@aicacia/peer
    Preparing search index...

    Interface PeerOptions

    interface PeerOptions {
        answerConfig?: RTCAnswerOptions;
        channelConfig?: RTCDataChannelInit;
        channelName?: string;
        config?: RTCConfiguration;
        id?: string;
        maxChannelMessageSize?: number;
        offerConfig?: RTCOfferOptions;
        sdpTransform?: (sdp?: string) => string;
        webrtc?: PeerWebRTC;
    }
    Index

    Properties

    answerConfig?: RTCAnswerOptions
    channelConfig?: RTCDataChannelInit
    channelName?: string
    config?: RTCConfiguration
    id?: string
    maxChannelMessageSize?: number
    offerConfig?: RTCOfferOptions
    sdpTransform?: (sdp?: string) => string
    webrtc?: PeerWebRTC