node-datachannel
Version:
WebRTC For Node.js and Electron. libdatachannel node bindings.
11 lines (9 loc) • 366 B
TypeScript
declare class RTCSessionDescription implements globalThis.RTCSessionDescriptionInit {
#private;
constructor(init: globalThis.RTCSessionDescriptionInit);
get type(): globalThis.RTCSdpType;
set type(type: globalThis.RTCSdpType);
get sdp(): string;
toJSON(): globalThis.RTCSessionDescriptionInit;
}
export { RTCSessionDescription as default };