Skip to main content

Interface: InfinitySignals

Hierarchy

Properties

onAnswer

onAnswer: Signal<Result>

Inherited from

ClientSignals.onAnswer


onApplicationMessage

onApplicationMessage: Signal<ApplicationMessage>


onAuthenticatedWithConference

onAuthenticatedWithConference: Signal<{ conferenceAlias: string }>


onBreakoutBegin

onBreakoutBegin: Signal<BreakoutRoom>


onBreakoutEnd

onBreakoutEnd: Signal<BreakoutRoom>


onCallDisconnected

onCallDisconnected: Signal<CallDisconnectedEvent>

Inherited from

ClientSignals.onCallDisconnected


onConferenceStatus

onConferenceStatus: Signal<RoomConferenceEvent>


onConnected

onConnected: Signal<undefined>

Inherited from

ClientSignals.onConnected


onDisconnected

onDisconnected: ErrorSignal

Inherited from

ClientSignals.onDisconnected


onError

onError: ErrorSignal


onExtension

onExtension: Signal<string>


onFailedRequest

onFailedRequest: Signal<keyof Client>

Inherited from

ClientSignals.onFailedRequest


onIceCandidate

onIceCandidate: Signal<RTCIceCandidate>

Inherited from

ClientSignals.onIceCandidate


onIdp

onIdp: Signal<Idp[]>


onLayoutUpdate

onLayoutUpdate: Signal<LayoutEvent>


onLiveCaptions

onLiveCaptions: Signal<{ data: string ; isFinal: boolean }>


onMe

onMe: Signal<RoomParticipantEvent>

Inherited from

ParticipantSignals.onMe


onMessage

onMessage: Signal<Message>


onMyselfMuted

onMyselfMuted: Signal<boolean>


onNewOffer

onNewOffer: Signal<string>


onParticipantJoined

onParticipantJoined: Signal<RoomParticipantEvent>

Inherited from

ParticipantSignals.onParticipantJoined


onParticipantLeft

onParticipantLeft: Signal<RoomParticipantEvent>

Inherited from

ParticipantSignals.onParticipantLeft


onParticipants

onParticipants: Signal<RoomParticipantsEvent>

Inherited from

ParticipantSignals.onParticipants


onPeerDisconnect

onPeerDisconnect: Signal<undefined>


onPinRequired

onPinRequired: Signal<{ hasGuestPin: boolean ; hasHostPin: boolean }>


onPresentationAnswer

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

Inherited from

ClientSignals.onPresentationAnswer


onRaiseHand

onRaiseHand: Signal<RoomParticipantEvent>

Inherited from

ParticipantSignals.onRaiseHand


onRedirect

onRedirect: Signal<{ redirectIdp: RedirectIdp ; redirectUrl: string }>


onRequestedLayout

onRequestedLayout: Signal<{ primaryScreen: { guestLayout: undefined | "1:0" | "1:7" | "1:21" | "2:21" | "1:33" | "4:0" | "9:0" | "16:0" | "25:0" | "5:7" | "ac_presentation_in_mix" | "ac_presentation_in_mix_group" ; hostLayout: undefined | "1:0" | "1:7" | "1:21" | "2:21" | "1:33" | "4:0" | "9:0" | "16:0" | "25:0" | "5:7" | "ac_presentation_in_mix" | "ac_presentation_in_mix_group" } }>


onRetryQueueFlushed

onRetryQueueFlushed: Signal<undefined>

Inherited from

ClientSignals.onRetryQueueFlushed


onServiceType

onServiceType: Signal<CurrentServiceType>


onSplashScreen

onSplashScreen: Signal<SplashScreen>


onStage

onStage: Signal<Stage[]>


onTransfer

onTransfer: Signal<TransferDetails>


onUpdateSdp

onUpdateSdp: Signal<string>