DyteMeetingInfoV2

data class DyteMeetingInfoV2(val authToken: String, val enableAudio: Boolean = true, val enableVideo: Boolean = true, val baseUrl: String = "dyte.io")

Constructors

Link copied to clipboard
constructor(authToken: String, enableAudio: Boolean = true, enableVideo: Boolean = true, baseUrl: String = "dyte.io")

Types

Link copied to clipboard
object default

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val enableAudio: Boolean = true
Link copied to clipboard
val enableVideo: Boolean = true