MediaOption

A data type represents the media options of a call.

Since

0.1

Types

Link copied to clipboard
object Companion : BaseLogger
Link copied to clipboard

The video layout for the active speaker and other attendees in the group video meeting. The layout only affects when Phone.VideoStreamMode is Phone.VideoStreamMode.COMPOSITED

Functions

Link copied to clipboard

Captcha verification code to be entered by user

Link copied to clipboard

Unique id for the captcha

Link copied to clipboard

Returns the Companion mode for the meeting

Link copied to clipboard

Returns the video layout of the active speaker and other attendees for the group video call.

Link copied to clipboard
Link copied to clipboard
fun getPin(): String

If join as moderator, PIN should be a host key, else PIN should be a meeting password.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Whether content sharing is enabled.

Link copied to clipboard

Whether video is enabled.

Link copied to clipboard

If true, join the meeting as a moderator.

Link copied to clipboard
fun setCaptchaCode(captchaCode: String)

Captcha verification code to be entered by user

Link copied to clipboard
fun setCaptchaId(captchaId: String)

Unique id for the captcha

Link copied to clipboard
fun setCompanionMode(companionMode: CompanionMode)

Sets the Companion mode for the meeting

Link copied to clipboard

Set the video layout of the active speaker and other attendees for the group video call.

Link copied to clipboard
fun setModerator(moderator: Boolean)

If true, join the meeting as a moderator.

Link copied to clipboard
fun setPin(pin: String)

If join as moderator, PIN should be a host key, else PIN should be a meeting password.