Skip to content

1080p Resolution Support

Rohit Sharma edited this page Jun 7, 2022 · 1 revision

1080p resolution support

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.

How to enable 1080p

1. Enable hardware acceleration

webex.phone.setHardwareAccelerationEnabled(true)

2. Set preferred video max transmission and reception bandwidth to 1080p.

To capture Full HD resolution video

webex.phone.setVideoMaxTxBandwidth(Phone.DefaultBandwidth.MAX_BANDWIDTH_1080P.getValue())

To receive Full HD resolution video

webex.phone.setVideoMaxRxBandwidth(Phone.DefaultBandwidth.MAX_BANDWIDTH_1080P.getValue())

Few points to note

  • 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.

Clone this wiki locally