Skip to content

Video Enabled in Control Hub

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

  1. 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.
Clone this wiki locally