SendingAudio

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)

Properties

Link copied to clipboard
protected var mCall: Call?
Link copied to clipboard

Functions

Link copied to clipboard
open fun getCall(): Call?
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String