Video Enabled in Control Hub - webex/webex-ios-sdk GitHub Wiki
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
let is isVideoEnabled = 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.