|
|
|
|
|
|
1004
|
<MuteEveryoneButton
|
1004
|
<MuteEveryoneButton
|
|
1005
|
key = 'mute-everyone'
|
1005
|
key = 'mute-everyone'
|
|
1006
|
showLabel = { true }
|
1006
|
showLabel = { true }
|
|
1007
|
- visible = { true || this._shouldShowButton('mute-everyone') } />,
|
|
|
|
|
|
1007
|
+ visible = { this._shouldShowButton('mute-everyone') } />,
|
|
1008
|
this._shouldShowButton('stats')
|
1008
|
this._shouldShowButton('stats')
|
|
1009
|
&& <OverflowMenuItem
|
1009
|
&& <OverflowMenuItem
|
|
1010
|
accessibilityLabel = { t('toolbar.accessibilityLabel.speakerStats') }
|
1010
|
accessibilityLabel = { t('toolbar.accessibilityLabel.speakerStats') }
|