@open-ayame/ayame-web-sdk
    Preparing search index...

    Interface ConnectionOptions

    接続時に指定するオプション

    interface ConnectionOptions {
        audio: ConnectionAudioOption;
        clientId: string;
        iceServers: RTCIceServer[];
        signalingKey?: string;
        standalone?: boolean;
        video: ConnectionVideoOption;
    }
    Index

    Properties

    オーディオの設定

    clientId: string

    クライアントID

    iceServers: RTCIceServer[]

    ayame server から iceServers が返って来なかった場合に使われる iceServer の情報

    signalingKey?: string

    送信するシグナリングキー

    standalone?: boolean

    standalone モードの場合は true

    ビデオの設定