matrix-js-sdk

    Interface CallOpts

    interface CallOpts {
        client: MatrixClient;
        forceTURN?: boolean;
        groupCallId?: string;
        invitee?: string;
        opponentDeviceId?: string;
        opponentSessionId?: string;
        roomId: string;
        turnServers?: TurnServer[];
    }
    Index

    Properties

    client: MatrixClient
    forceTURN?: boolean

    Whether relay through TURN should be forced.

    use opts.forceTURN when creating the matrix client since it's only possible to set this option on outbound calls.

    groupCallId?: string
    invitee?: string
    opponentDeviceId?: string
    opponentSessionId?: string
    roomId: string
    turnServers?: TurnServer[]
    MMNEPVFCICPMFPCPTTAAATR