VoiceClientOptions
data class VoiceClientOptions(val enableMic: Boolean = true, val enableCam: Boolean = false, val services: List<ServiceRegistration> = emptyList(), val config: List<ServiceConfig> = emptyList(), val customHeaders: List<Pair<String, String>> = emptyList())
Configuration options when instantiating a VoiceClient.
Constructors
Link copied to clipboard
constructor(enableMic: Boolean = true, enableCam: Boolean = false, services: List<ServiceRegistration> = emptyList(), config: List<ServiceConfig> = emptyList(), customHeaders: List<Pair<String, String>> = emptyList())