WebRTCOffer constructor
WebRTCOffer({})
Implementation
WebRTCOffer({
this.sdp = '',
this.opcodeGroupsFromServer = Opcode.NONE,
this.opcodeGroupsToServer = Opcode.NONE,
this.useAudioTrack = false,
this.useVideoTrack = false,
this.useDataChannel = false,
});