Adding isSharingScreen() to external API

This commit is contained in:
Samuel Retika
2020-06-29 11:24:45 -04:00
committed by Jaya Allamsetty
parent 2b5787163e
commit 312813e677
2 changed files with 14 additions and 0 deletions
+3
View File
@@ -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;
}