VideoRenderMode

enum VideoRenderMode : Enum<Call.VideoRenderMode>

The options to specify how the video adjusts its content to be render in a view.

Since

2.6.0

Entries

Link copied to clipboard

The option to scale the video to fit the size of the view by maintaining the aspect ratio. The black paddings will be added to the remaining area of the view.

Link copied to clipboard

The option to scale the video to fill the size of the view. Some portion of the video may be cropped.

Link copied to clipboard

The option to scale the video to fit the size of the view by changing the aspect ratio of the video if necessary.

Link copied to clipboard

For CUCM call renderMode is NotSupported.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int