-
Notifications
You must be signed in to change notification settings - Fork 31
1080p Resolution Support
Rohit Sharma edited this page Jun 7, 2022
·
1 revision
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.setHardwareAccelerationEnabled(true)
webex.phone.setVideoMaxTxBandwidth(Phone.DefaultBandwidth.MAX_BANDWIDTH_1080P.getValue())
webex.phone.setVideoMaxRxBandwidth(Phone.DefaultBandwidth.MAX_BANDWIDTH_1080P.getValue())
-
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.