Optional
audioRecvFrequency?: () => Promise<number>Optional
audioRecvJitter?: () => Promise<number>Retrieves the jitter of received audio.
Optional
audioRecvLatency?: () => Promise<number>Retrieves the latency of received audio.
Optional
audioRecvPacketLossAvg?: () => Promise<number>Retrieves the average packet loss of received audio.
Optional
audioRecvPacketLossMax?: () => Promise<number>Retrieves the maximum packet loss of received audio.
Optional
audioSendFrequency?: () => Promise<number>Retrieves the frequency of sent audio.
Optional
audioSendJitter?: () => Promise<number>Retrieves the jitter of sent audio.
Optional
audioSendLatency?: () => Promise<number>Retrieves the latency of sent audio.
Optional
audioSendPacketLossAvg?: () => Promise<number>Retrieves the average packet loss of sent audio.
Optional
audioSendPacketLossMax?: () => Promise<number>Retrieves the maximum packet loss of sent audio.
Retrieves the frequency of received audio.