Webex Meetings
Webex Meetings
1080p Support
Enabling 1080p video resolution (Full HD) is possible for 1-1 calls, space meetings, and Webex meetings by setting the preferred maximum video bandwidth to 1080p.
Supported by version 3.5.0 and later of the Android SDK.
anchorEnable Hardware Acceleration
anchorTo enable hardware acceleration on the device:
webex.phone.setHardwareAccelerationEnabled(true)
anchorCapture Full HD Video
anchorTo enable full HD video capture:
webex.phone.setVideoMaxTxBandwidth(Phone.DefaultBandwidth.MAX_BANDWIDTH_1080P.getValue())
anchorReceive Full HD Video
anchorTo enable the reception of full HD video:
webex.phone.setVideoMaxRxBandwidth(Phone.DefaultBandwidth.MAX_BANDWIDTH_1080P.getValue())
anchorImportant Notes
anchor- Both the sender and receiver must have 1080p video bandwidth enabled to transmit and receive full HD video.
- Video resolution is influenced by:
- Network bandwidth.
- Hardware capabilities, including support for hardware codec and sufficient CPU, RAM, and battery.
If you are using the Webex app as remote client and want to utilize 1080p resolution, ensure that the feature is enabled on the client.