Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class DyteAudioDevice
Link copied to clipboard
data class DyteMeetingInfo(val authToken: String, val roomName: String? = null, val enableAudio: Boolean = true, val enableVideo: Boolean = true, val baseUrl: String = "dyte.io")
Link copied to clipboard
data class DyteMeetingInfoV2(val authToken: String, val enableAudio: Boolean = true, val enableVideo: Boolean = true, val baseUrl: String = "dyte.io")
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

DyteParticipant represents a user belonging to a meeting. It contains the basic information.

Link copied to clipboard
Link copied to clipboard

Dyte meeting participants

Link copied to clipboard
Link copied to clipboard
data class DyteVideoDevice
Link copied to clipboard
data class PeerPriorityObject(val peerId: String, val priority: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard