Interface RTCSessionDescriptionInit

    interface RTCSessionDescriptionInit {
        sdp?: string;
        type: RTCSdpType;
    }

    Properties

    Properties

    sdp?: string