1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-18 05:42:00 +03:00

s/Safari/OpenWebRTC/

This commit is contained in:
David Baker
2015-07-15 10:16:43 +01:00
parent be1264d5c3
commit 9f3f33e2cc

View File

@@ -128,7 +128,7 @@ MatrixCall.prototype._initWithInvite = function(event) {
this.state = 'ringing';
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
// channel has been offered by ourselves.
if (this.msg.offer.sdp.indexOf('m=video') > -1) {