Resolve issues with SIP compatability

This commit is contained in:
perroned 2015-09-30 12:41:59 -07:00
parent 6109b40171
commit 87ae47e95c

View File

@ -64,8 +64,10 @@
console.log "Beginning WebRTC Conference Call"
notification_WebRTCAudioJoining()
if isListenOnly
if options.isListenOnly
Meteor.call('listenOnlyRequestToggle', BBB.getMeetingId(), getInSession("userId"), getInSession("authToken"), true)
BBB.joinVoiceConference joinCallback, isListenOnly # make the call #TODO should we apply role permissions to this action?
requestedListenOnly = options.isListenOnly?
BBB.joinVoiceConference joinCallback, requestedListenOnly # make the call #TODO should we apply role permissions to this action?
return false