temporarily hide the webcam button (until we actually start dealing with webcams)
This commit is contained in:
parent
351f175796
commit
d5d6761831
@ -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}}
|
||||||
|
Loading…
Reference in New Issue
Block a user