File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
bigbluebutton-html5/imports/ui/components/video-provider/video-list/video-list-item Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -207,6 +207,7 @@ class VideoListItem extends Component {
207
207
208
208
const pinned = user ?. pin ;
209
209
const userId = user ?. userId ;
210
+ const presenter = user ?. presenter ;
210
211
211
212
const isPinnedIntlKey = ! pinned ? 'pin' : 'unpin' ;
212
213
const isFocusedIntlKey = ! focused ? 'focus' : 'unfocus' ;
@@ -238,7 +239,7 @@ class VideoListItem extends Component {
238
239
} ) ;
239
240
}
240
241
241
- if ( ! user . presenter && allowedToSetPresenter && isMeteorConnected && ! isDialInUser ) {
242
+ if ( ! presenter && allowedToSetPresenter && isMeteorConnected && ! isDialInUser ) {
242
243
menuItems . push ( {
243
244
key : `${ cameraId } -setPresenter` ,
244
245
label : isMe ( userId )
You can’t perform that action at this time.
0 commit comments