Interface RTCRtpSynchronizationSource

    interface RTCRtpSynchronizationSource {
        audioLevel?: number;
        rtpTimestamp: number;
        source: number;
        timestamp: number;
    }
    Hierarchy

    Properties

    audioLevel?: number
    rtpTimestamp: number
    source: number
    timestamp: number