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}}
<!-- 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"}}
{{else}}
{{> 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 -->
{{#if isCurrentUserSharingAudio}}