Objective
To enable 1080p(FHD) resolution on the client while publishing the stream.
Applies To
- Vonage Video API
- Resolution
- FHD
Procedure
JS SDK: To set FHD(1080p) video resolution for a publisher stream, set the resolution property of the properties parameter to 1080p and pass into the OT.initPublisher() method.
iOS SDK: You can set the FHD resolution for a publisher's stream by setting the cameraResolution of the OTPublisherSettings object to 1080p and pass it into the OTPublisher init(delegate:settings:)method.
Android SDK: You can set the resolution for a publisher's stream to 1080p by calling the resolution() methods of the Publisher.
Windows SDK: You can set the resolution for a publisher's stream to 1080p by configuring the VideoCapturer object you use when you instantiate the Publisher object.
Linux SDK : You can set the resolution for a publisher’s stream to 1080p by configuring the otc_camera_capture_resolution parameter in the otc_publisher_settings_set_default_camera_capture_resolution() function when you instantiate the Publisher object.
Additional Information
For more information on setting the resolution, please refer our developer documentation
- Vonage Video API Opentok Environment JS, iOS, Android, Windows.
- Vonage Video API Unified Environment JS, iOS, Android, Windows.
For considerations to keep in mind when using 1080p resolution, we recommend consulting our developer documentation available at:
Related to:
Articles in this section
- Meetings API - Migration Options
- How to use Experience Composer
- Video API (in unified environment) Trial
- Does Vonage Video API have code samples available?
- Where do I find documentation on Vonage Video API?
- Do you have any sample apps or demos for Vonage Video API?
- How can I quickly build a Video API prototype?
- How can I build a web-to-mobile interoperable app with the Video API?
- How to Access the Live Chat with Support Agent
- How can I build a multi-party conferencing app?