MediaSFU Vue
    Preparing search index...

    Type Alias CreateWebRTCTransportResponse

    type CreateWebRTCTransportResponse = {
        id: string;
        dtlsParameters: BackgroundModal;
        iceCandidates: BackgroundModal[];
        iceParameters: BackgroundModal;
        error?: string;
    }
    Index

    Properties

    id: string
    dtlsParameters: BackgroundModal
    iceCandidates: BackgroundModal[]
    iceParameters: BackgroundModal
    error?: string