matrix-js-sdk
    Preparing search index...

    Interface TransceiverStats

    interface TransceiverStats {
        currentDirection: string;
        direction: string;
        mid: string;
        receiver: TrackStats | null;
        sender: TrackStats | null;
    }
    Index

    Properties

    currentDirection: string
    direction: string
    mid: string
    receiver: TrackStats | null
    sender: TrackStats | null