RTCConfiguration constructor
- int? iceCandidatePoolSize,
- List<
RTCIceServer> ? iceServers, - RTCIceTransportPolicy? iceTransportPolicy,
- bool? encodedInsertableStreams,
- bool? isDscpEnabled,
Implementation
const RTCConfiguration({
this.iceCandidatePoolSize,
this.iceServers,
this.iceTransportPolicy,
this.encodedInsertableStreams,
this.isDscpEnabled,
});