2015-09-14 22:07:35 +08:00
|
|
|
<template name="vertoDeskshare">
|
|
|
|
<!-- <div style="position: absolute; left: 0; top: 0; z-index:5000; background-color: aqua"> -->
|
|
|
|
<div>
|
2015-09-05 03:27:46 +08:00
|
|
|
|
2015-09-14 22:07:35 +08:00
|
|
|
<table id="conf_list" style="display: none;"></table>
|
2015-09-05 03:27:46 +08:00
|
|
|
<div>
|
|
|
|
<fieldset>
|
|
|
|
<legend><b>Webcam Video Quality</b>:</legend>
|
|
|
|
<div id="webcamResolutions"></div>
|
|
|
|
</fieldset>
|
|
|
|
</div><br>
|
|
|
|
<div>
|
|
|
|
<fieldset>
|
|
|
|
<legend><b>Deskshare Video Quality</b>:</legend>
|
|
|
|
<div id="deskshareResolutions"></div>
|
|
|
|
</fieldset>
|
|
|
|
</div><br>
|
2015-09-14 22:07:35 +08:00
|
|
|
<!-- <button id='joinAudio' class="vertoButton">joinAudio</button> -->
|
|
|
|
<!-- <button id='hangUp' class="vertoButton">hangUp</button> -->
|
|
|
|
<!-- <button id='shareScreen' class="vertoButton">shareScreen</button> -->
|
|
|
|
<!-- <button id='stopScreen' class="vertoButton">stopScreen</button> -->
|
|
|
|
{{> makeButton id="screenshareStart" btn_class="screenshareStart vertoButton settingsButton" i_class="fi-monitor" rel="tooltip" data_placement="bottom" title="Share your screen"}}
|
|
|
|
{{> makeButton id="screenshareStop" btn_class="screenshareStop vertoButton settingsButton" i_class="fi-monitor" rel="tooltip" data_placement="bottom" title="Stop sharing your screen"}}
|
|
|
|
<button id='desksharePreview' class="vertoButton">desksharePreview</button>
|
|
|
|
<button id="webcamPreview" class="vertoButton">Preview Webcam</button>
|
2015-09-05 03:27:46 +08:00
|
|
|
<br/>
|
2015-09-14 22:07:35 +08:00
|
|
|
<button id="getAdjustedResolutions" class="vertoButton">getAdjustedResolutions</button>
|
2015-09-05 03:27:46 +08:00
|
|
|
<p id="adjustedResolutions"></p>
|
2015-09-14 22:07:35 +08:00
|
|
|
</div>
|
2015-09-05 03:27:46 +08:00
|
|
|
</template>
|