temporarily hide the webcam button (until we actually start dealing with webcams)

This commit is contained in:
Anton Georgiev 2014-09-25 19:51:06 +00:00
parent 351f175796
commit d5d6761831

View File

@ -30,11 +30,11 @@
{{/if}} {{/if}}
<!-- display/hide webcam streams toggle --> <!-- display/hide webcam streams toggle -->
{{#if isCurrentUserSharingVideo}} <!-- {{#if isCurrentUserSharingVideo}}
{{> makeButton btn_class="navbarIconToggleActive videoFeedIcon navbarButton" i_class="stop" sharingVideo=true rel="tooltip" data_placement="bottom" title="Hide Webcams"}} {{> makeButton btn_class="navbarIconToggleActive videoFeedIcon navbarButton" i_class="stop" sharingVideo=true rel="tooltip" data_placement="bottom" title="Hide Webcams"}}
{{else}} {{else}}
{{> makeButton btn_class="videoFeedIcon navbarButton" i_class="facetime-video" sharingVideo=false rel="tooltip" data_placement="bottom" title="Show Webcams"}} {{> makeButton btn_class="videoFeedIcon navbarButton" i_class="facetime-video" sharingVideo=false rel="tooltip" data_placement="bottom" title="Show Webcams"}}
{{/if}} {{/if}} -->
<!-- Join/hang up audio call --> <!-- Join/hang up audio call -->
{{#if isCurrentUserSharingAudio}} {{#if isCurrentUserSharingAudio}}