From 9f3f33e2cc01bbd50d37bebb8e0a1e8c20ca321c Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 15 Jul 2015 10:16:43 +0100 Subject: [PATCH] s/Safari/OpenWebRTC/ --- lib/webrtc/call.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/webrtc/call.js b/lib/webrtc/call.js index 92318e296..501d7bc89 100644 --- a/lib/webrtc/call.js +++ b/lib/webrtc/call.js @@ -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) {