-
Notifications
You must be signed in to change notification settings - Fork 29
1080p Resolution Support
rsarika edited this page Jun 7, 2022
·
2 revisions
Support for 1080p video resolution (Full High Definition) in following meeting types - 1-1, Space and Webex meetings - can be acheived by setting user prefered max video bandwidth to 1080p. This feature is available from v3.5.0 onwards.
webex.phone.videoMaxTxBandwidth = Phone.DefaultBandwidth.maxBandwidth1080p.rawValue
webex.phone.videoMaxRxBandwidth = Phone.DefaultBandwidth.maxBandwidth1080p.rawValue
-
To receive a 1080p resolution video from SDK client, the remote client needs to subscribe to 1080p video bandwidth.
-
Resolution of video transmitted or received depends on following factors
- Network Bandwidth
- Client hardware capabilities.
For best performance device should
- Support HW codec
- Have good CPU, RAM and battery
Note: If sender or receiver is using Webex app then the client needs to be enabled for this feature. Please contact support.