Type Alias CreateWebRTCTransportResponse

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