Properties
callHangup
callHangup: ((callId, callQuality, reason) => void)
Type declaration
- (callId, callQuality, reason): void
Parameters
callId: string
callQuality: RTCQualityJS
Returns void
callInvite
callInvite: ((callId, from, channelType) => void)
Type declaration
- (callId, from, channelType): void
Parameters
callId: string
from: string
Returns void
callInviteCancel
callInviteCancel: ((callId, reason) => void)
Type declaration
- (callId, reason): void
Returns void
callMediaDisconnect
callMediaDisconnect: ((callId, reason) => void)
Type declaration
- (callId, reason): void
Parameters
callId: string
reason: "networkChange"
Returns void
callMediaError
callMediaError: ((callId, error) => void)
Type declaration
- (callId, error): void
Returns void
callMediaReconnecting
callMediaReconnecting: ((callId) => void)
Type declaration
- (callId): void
Returns void
callMediaReconnection
callMediaReconnection: ((callId) => void)
Type declaration
- (callId): void
Returns void
callTransfer
callTransfer: ((callId, conversationId) => void)
Type declaration
- (callId, conversationId): void
Parameters
callId: string
conversationId: string
Returns void
conversationEvent
conversationEvent: ((event) => void)
Type declaration
- (event): void
Returns void
dtmf
dtmf: ((callId, legId, digits) => void)
Type declaration
- (callId, legId, digits): void
Parameters
callId: string
legId: string
digits: string
Returns void
earmuff
earmuff: ((callId, legId, earmuffStatus) => void)
Type declaration
- (callId, legId, earmuffStatus): void
Parameters
callId: string
legId: string
earmuffStatus: boolean
Returns void
legStatusUpdate
legStatusUpdate: ((callId, legId, legStatus) => void)
Type declaration
- (callId, legId, legStatus): void
Parameters
callId: string
legId: string
Returns void
mute
mute: ((callId, legId, isMuted) => void)
Type declaration
- (callId, legId, isMuted): void
Parameters
callId: string
legId: string
isMuted: boolean
Returns void
reconnecting
reconnecting: (() => void)
reconnection
reconnection: (() => void)
rtcStatsUpdate
rtcStatsUpdate: ((stats, callId) => void)
Type declaration
- (stats, callId): void
Parameters
stats: RTCStatsJS
callId: string
Returns void
sessionError
sessionError: ((reason) => void)
Type declaration
- (reason): void
Returns void
Vonage Events that can be listened to via the
on
method