ZegoPublisherConfig constructor
- {String? roomID,
- int? forceSynchronousNetworkTime,
- ZegoStreamCensorshipMode? streamCensorshipMode,
- int? streamCensorFlag,
- ZegoCapabilityNegotiationType? codecNegotiationType}
Implementation
ZegoPublisherConfig(
{this.roomID,
this.forceSynchronousNetworkTime,
this.streamCensorshipMode,
this.streamCensorFlag,
this.codecNegotiationType});