@serenada/core
    Preparing search index...

    Interface Participant

    Remote participant in a call.

    interface Participant {
        audioEnabled: boolean;
        cid: string;
        connectionState: PeerConnectionState;
        videoEnabled: boolean;
    }
    Index

    Properties

    audioEnabled: boolean
    cid: string
    connectionState: PeerConnectionState
    videoEnabled: boolean