From: Anthony Minessale Date: Thu, 17 Sep 2015 17:40:18 +0000 (-0500) Subject: FS-8180 typo, sigh X-Git-Tag: v1.6.2~1^2~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=831ab39e150132b5d6761fd7a7469429d2727adf;p=thirdparty%2Ffreeswitch.git FS-8180 typo, sigh --- diff --git a/html5/verto/js/src/jquery.FSRTC.js b/html5/verto/js/src/jquery.FSRTC.js index b2ff3a9ca4..95774e3bf2 100644 --- a/html5/verto/js/src/jquery.FSRTC.js +++ b/html5/verto/js/src/jquery.FSRTC.js @@ -119,7 +119,7 @@ if (this.options.useVideo) { console.error(this.options.useVideo); - this.constraints.manditory.OfferToReceiveVideo = true; + this.constraints.mandatory.OfferToReceiveVideo = true; } } diff --git a/html5/verto/video_demo/js/verto-min.js b/html5/verto/video_demo/js/verto-min.js index 3577858fb9..76a9b176c9 100644 --- a/html5/verto/video_demo/js/verto-min.js +++ b/html5/verto/video_demo/js/verto-min.js @@ -6,7 +6,7 @@ function getCodecPayloadType(sdpLine){var pattern=new RegExp('a=rtpmap:(\\d+) \\ function setDefaultCodec(mLine,payload){var elements=mLine.split(' ');var newLine=[];var index=0;for(var i=0;i