matrix-js-sdk

    Interface ConnectionStatsBitrate

    interface ConnectionStatsBitrate {
        audio?: Bitrate;
        download: number;
        upload: number;
        video?: Bitrate;
    }

    Hierarchy (View Summary)

    Index

    Properties

    audio?: Bitrate
    download: number

    bytes per second

    upload: number

    bytes per second

    video?: Bitrate
    MMNEPVFCICPMFPCPTTAAATR