Sending Audio
class SendingAudio(call: Call, sending: Boolean, val result: Call.SendingAudioChangeResult = SendingAudioChangeResult.Success) : CallObserver.AbstractCallEvent, CallObserver.MediaChangedEvent
This might be triggered when the local party muted or unmuted the audio.
Since
0.1
Constructors
Link copied to clipboard
constructor(call: Call, sending: Boolean, result: Call.SendingAudioChangeResult = SendingAudioChangeResult.Success)