ZegoPublisherConfig constructor

ZegoPublisherConfig({
  1. String? roomID,
  2. int? forceSynchronousNetworkTime,
  3. ZegoStreamCensorshipMode? streamCensorshipMode,
  4. int? streamCensorFlag,
  5. ZegoCapabilityNegotiationType? codecNegotiationType,
})

Implementation

ZegoPublisherConfig(
    {this.roomID,
    this.forceSynchronousNetworkTime,
    this.streamCensorshipMode,
    this.streamCensorFlag,
    this.codecNegotiationType});