Adding isSharingScreen() to external API
This commit is contained in:
committed by
Jaya Allamsetty
parent
2b5787163e
commit
312813e677
@@ -368,6 +368,9 @@ function initCommands() {
|
||||
case 'is-video-available':
|
||||
callback(videoAvailable);
|
||||
break;
|
||||
case 'is-sharing-screen':
|
||||
callback(Boolean(APP.conference.isSharingScreen));
|
||||
break;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user