Hello,
I found that room exit-button is set in confernceMenubar.lzx file. There
is lines:
<handler name="onclick">
canvas._videocontainer._videoviewcontent.exitRoom();
</handler>
I have been trying to edit this to get user be redirecited to dashboard
instead of public rooms when exiting from room.
I tried this:
quicklinkAct('dashboardModuleStartScreen');
But this leaves micrphone and video on - it does not end those
functions. How to get this exiting properly and redirecting user to
dashboard?
Thanks!