callHangup
callHangup: ( callId: string, callQuality: RTCQualityJS, reason: HangupReason,) => void
callInvite
callInvite: ( callId: string, from: string, channelType: VoiceChannelType,) => void
callInviteCancel
callInviteCancel: (callId: string, reason: CancelReason) => void
callMediaDisconnect: (callId: string, reason: "networkChange") => void
callMediaError: (callId: string, error: VonageError) => void
callMediaReconnecting: (callId: string) => void
callMediaReconnection: (callId: string) => void
callTransfer
callTransfer: (callId: string, conversationId: string) => void
dtmf
dtmf: (callId: string, legId: string, digits: string) => void
earmuff
earmuff: (callId: string, legId: string, earmuffStatus: boolean) => void
emergencyCallDisconnected
emergencyCallDisconnected: (callId: string) => void
emergencyCallHangup
emergencyCallHangup: (callId: string) => void
legStatusUpdate
legStatusUpdate: (callId: string, legId: string, legStatus: LegStatus) => void
mute
mute: (callId: string, legId: string, isMuted: boolean) => void
peerConnectionCreated
peerConnectionCreated: (callId: string | null, pc: RTCPeerConnection) => void
reconnecting
reconnecting: () => void
reconnection
reconnection: () => void
rtcStatsUpdate
rtcStatsUpdate: (stats: RTCStatsJS, callId: string) => void
Vonage Events that can be listened to via the
onmethod