Interface RTCRtpSynchronizationSource
interface RTCRtpSynchronizationSource {
audioLevel?: number;
rtpTimestamp: number;
source: number;
timestamp: number;
}
audioLevel?: number;
rtpTimestamp: number;
source: number;
timestamp: number;
}
Hierarchy
- RTCRtpContributingSource
- RTCRtpSynchronizationSource (view full)