Browse Source

- added reaction to jingle end of session packet in onSessionTerminate

pull/16/head
Christine Ho 12 years ago
parent
commit
35fffc0546
  1. 3
      app/widgets/VisioExt/VisioExt.php

3
app/widgets/VisioExt/VisioExt.php

@ -57,7 +57,8 @@ class VisioExt extends WidgetBase
}
function onSessionTerminate($jingle) {
//do something when you recieve the session-terminate from jingle
//call webrtc.js terminate()
RPC::call('Popup.call', 'terminate');
}
function ajaxSendProposal($proposal) {

Loading…
Cancel
Save