2015-09-16 00:34:59 +08:00
|
|
|
<template name="vertoDeskshareMenu">
|
|
|
|
{{> makeButton id="screenshareShow" btn_class="screenshareShow vertoButton settingsButton" i_class="fi-monitor" rel="tooltip" data_placement="bottom" title="Share your screen"}}
|
|
|
|
{{> makeButton id="screenshareHide" btn_class="screenshareHide vertoButton settingsButton" i_class="fi-monitor" rel="tooltip" data_placement="bottom" title="Stop sharing your screen"}}
|
2015-09-23 00:09:29 +08:00
|
|
|
<!-- -->
|
|
|
|
{{> makeButton id="screenshareSubscribe" btn_class="" i_class="fi-monitor" rel="tooltip" data_placement="bottom" title="view deskshare"}}
|
2015-09-16 00:34:59 +08:00
|
|
|
</template>
|
2015-09-05 03:27:46 +08:00
|
|
|
|
2015-09-16 03:06:18 +08:00
|
|
|
<template name="vertoWebcamMenu">
|
|
|
|
{{> makeButton id="webcamShow" btn_class="webcamShow vertoButton settingsButton" i_class="fi-camera" rel="tooltip" data_placement="bottom" title="Share your webcam"}}
|
|
|
|
{{> makeButton id="webcamHide" btn_class="webcamHide vertoButton settingsButton" i_class="fi-camera" rel="tooltip" data_placement="bottom" title="Stop sharing your webcam"}}
|
2015-09-05 03:27:46 +08:00
|
|
|
</template>
|