-
Notifications
You must be signed in to change notification settings - Fork 31
Video Enabled in Control Hub
ciscoRankush edited this page Jun 5, 2023
·
1 revision
The API can be used to check whether the user's video calling feature has been enabled on the Control Hub. It also aids in enabling the local and remote videos accordingly for the user. This video enablement check is applicable only for Locus, CUCM , WebexCalling and WebexForBroadworks calls. Meetings' video availability is independent of this parameter. This API is available from v3.9.0 onwards.
-
Getting isVideoEnabled status
webex.phone.call.isVideoEnabled() // returns true if video is enabled for the user in control hub. // returns false if video is disabled for the user in control hub.