ConnectOptions constructor

const ConnectOptions({
  1. bool autoSubscribe = true,
  2. RTCConfiguration rtcConfiguration = const RTCConfiguration(),
  3. ProtocolVersion protocolVersion = ProtocolVersion.v7,
})

Implementation

const ConnectOptions({
  this.autoSubscribe = true,
  this.rtcConfiguration = const RTCConfiguration(),
  this.protocolVersion = ProtocolVersion.v7,
});