You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-19 16:42:09 +03:00
s/Safari/OpenWebRTC/
This commit is contained in:
@@ -128,7 +128,7 @@ MatrixCall.prototype._initWithInvite = function(event) {
|
|||||||
this.state = 'ringing';
|
this.state = 'ringing';
|
||||||
this.direction = 'inbound';
|
this.direction = 'inbound';
|
||||||
|
|
||||||
// firefox and Safari's RTCPeerConnection doesn't add streams until it
|
// firefox and OpenWebRTC's RTCPeerConnection doesn't add streams until it
|
||||||
// starts getting media on them so we need to figure out whether a video
|
// starts getting media on them so we need to figure out whether a video
|
||||||
// channel has been offered by ourselves.
|
// channel has been offered by ourselves.
|
||||||
if (this.msg.offer.sdp.indexOf('m=video') > -1) {
|
if (this.msg.offer.sdp.indexOf('m=video') > -1) {
|
||||||
|
Reference in New Issue
Block a user