зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1080012 - Fennec no longer able to mirror tabs on chromecast r=mfinkle on a CLOSED TREE
This commit is contained in:
Родитель
c473b8046b
Коммит
1efd6c1743
|
@ -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");
|
||||
|
|
Загрузка…
Ссылка в новой задаче