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