@ceeblue/webrtc-client
    Preparing search index...

    Type Alias RTPProps

    RTPProps is a structure returned by IController.onRTPProps event. It contains the RTP controller statistics.

    type RTPProps = {
        drop: number;
        nack: number;
        result: boolean;
        type: string;
    }
    Index

    Properties

    Properties

    drop: number
    nack: number
    result: boolean
    type: string