Skip to main content

Interface: ClientSignals

Hierarchy

Properties

onAnswer

onAnswer: Signal<Result>


onCallDisconnected

onCallDisconnected: Signal<CallDisconnectedEvent>


onConnected

onConnected: Signal<undefined>


onDisconnected

onDisconnected: ErrorSignal


onFailedRequest

onFailedRequest: Signal<keyof Client>


onIceCandidate

onIceCandidate: Signal<RTCIceCandidate>


onPresentationAnswer

onPresentationAnswer: Signal<{ callUuid: string ; present: string ; sdp: string }>


onRetryQueueFlushed

onRetryQueueFlushed: Signal<undefined>