From: Italo Rossi Date: Tue, 22 Sep 2015 21:21:53 +0000 (-0300) Subject: FS-8200 [verto_communicator] Ending screenshare if user hangup call. Screenshare... X-Git-Tag: v1.6.2~1^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e677044dfa1c8ef5d0e5b7a425a36586168d834d;p=thirdparty%2Ffreeswitch.git FS-8200 [verto_communicator] Ending screenshare if user hangup call. Screenshare now is for all instead of only mods. --- diff --git a/html5/verto/verto_communicator/src/partials/video_call.html b/html5/verto/verto_communicator/src/partials/video_call.html index 8c5ec45e7f..da339e4878 100644 --- a/html5/verto/verto_communicator/src/partials/video_call.html +++ b/html5/verto/verto_communicator/src/partials/video_call.html @@ -17,9 +17,6 @@ -
+ diff --git a/html5/verto/verto_communicator/src/vertoControllers/controllers/MainController.js b/html5/verto/verto_communicator/src/vertoControllers/controllers/MainController.js index 10de084ee0..0363d91f27 100644 --- a/html5/verto/verto_communicator/src/vertoControllers/controllers/MainController.js +++ b/html5/verto/verto_communicator/src/vertoControllers/controllers/MainController.js @@ -391,7 +391,9 @@ //}; // //verto.hangup(hangupCallback); - + if (verto.data.shareCall) { + verto.screenshareHangup(); + } verto.hangup(); };