diff --git a/bigbluebutton-html5/client/compatibility/sip.js b/bigbluebutton-html5/client/compatibility/sip.js old mode 100644 new mode 100755 index 2a9f0bfb6401f4a9a7f1a909168079c270098f74..1c8622526700a5e9e1c8ca446a8aeccfaa370f54 --- a/bigbluebutton-html5/client/compatibility/sip.js +++ b/bigbluebutton-html5/client/compatibility/sip.js @@ -6665,6 +6665,9 @@ InviteClientContext.prototype = { }*/ }, function onFailure (e) { + if (e && e.message) { + session.logger.warn(e.message); + } session.logger.warn(e); session.acceptAndTerminate(response, 488, 'Not Acceptable Here'); session.failed(response, SIP.C.causes.BAD_MEDIA_DESCRIPTION); @@ -11445,7 +11448,8 @@ MediaHandler.prototype = Object.create(SIP.MediaHandler.prototype, { } var connConfig = { - iceServers: servers + iceServers: servers, + sdpSemantics:'plan-b' }; if (config.rtcpMuxPolicy) {