Interface SdpEvent

Подія SDP (Session Description Protocol).

interface SdpEvent {
    sdp: {
        sdp: string;
        type: string;
    };
    sip_id: string;
}

Properties

Properties

sdp: {
    sdp: string;
    type: string;
}
sip_id: string