Bug 1080012 - Fennec no longer able to mirror tabs on chromecast r=mfinkle on a CLOSED TREE

This commit is contained in:
Randall Barker 2014-10-08 15:50:29 -07:00
parent 1fe5ea3f55
commit eca0519451
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ import android.util.Log;
class ChromeCast implements GeckoMediaPlayer {
private static final boolean SHOW_DEBUG = false;
static final String MIRROR_RECIEVER_APP_ID = "D40D28D6";
static final String MIRROR_RECIEVER_APP_ID = "5F72F863";
private final Context context;
private final RouteInfo route;

View File

@ -162,7 +162,7 @@ let TabMirror = function(deviceId, window) {
iceServers: [{ "url": "stun:stun.services.mozilla.com" }]
};
let pc = new RTCPeerConnection(config, {});
pc = new RTCPeerConnection(config, {});
if (!pc) {
log("Failure creating Webrtc object");