You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-12-01 04:43:29 +03:00
Merge remote-tracking branch 'origin/develop' into dbkr/inbound_sessions_to_cryptostore
This commit is contained in:
@@ -800,7 +800,6 @@ MatrixCall.prototype._gotLocalOffer = function(description) {
|
|||||||
self.emit("error", callError(code, message));
|
self.emit("error", callError(code, message));
|
||||||
throw error;
|
throw error;
|
||||||
});
|
});
|
||||||
|
|
||||||
}, function() {
|
}, function() {
|
||||||
debuglog("Error setting local description!");
|
debuglog("Error setting local description!");
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user