CallUpdateListener |
interface CallUpdateListener |
VoiceCallAudioOptionListener |
Lambda used to receive updates for audio option change. typealias VoiceCallAudioOptionListener = (audioOption: VoiceCallAudioOption) -> Unit |
VoiceCallUpdateListener |
Interface definition for a listener to be invoked when a call update is received. interface VoiceCallUpdateListener |
WavecellCallResult |
A class that encapsulates a successful outcome with data of type T or a failure with with data of type T and an exception of type Exception. sealed class WavecellCallResult<out T : Any> |