You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ciscoRankush edited this page Jun 5, 2023
·
1 revision
Video enabled in Control Hub
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.
Video enabled in Control Hub API Examples
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.