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
Родитель c473b8046b
Коммит 1efd6c1743
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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;

Просмотреть файл

@ -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");