NoAudioHandler

class NoAudioHandler @Inject() constructor : AudioHandler

A dummy implementation that does no audio handling.

Constructors

NoAudioHandler
Link copied to clipboard
@Inject()
fun NoAudioHandler()

Functions

start
Link copied to clipboard
open override fun start()
Called when a room is started.
stop
Link copied to clipboard
open override fun stop()
Called when a room is disconnected.

Sources

SDK source
Link copied to clipboard