NoAudioHandler

class NoAudioHandler @Inject constructor : AudioHandler

A dummy implementation that does no audio handling.

Constructors

Link copied to clipboard
@Inject
constructor()

Functions

Link copied to clipboard
open override fun start()

Called when a room is started.

Link copied to clipboard
open override fun stop()

Called when a room is disconnected.