ZegoPublisherConfig class

Advanced publisher configuration.

Configure room id

Constructors

ZegoPublisherConfig({String? roomID, int? forceSynchronousNetworkTime, ZegoStreamCensorshipMode? streamCensorshipMode})

Properties

forceSynchronousNetworkTime ↔ int?
Whether to synchronize the network time when pushing streams. 1 is synchronized with 0 is not synchronized. And must be used with setStreamAlignmentProperty. It is used to align multiple streams at the mixed stream service or streaming end, such as the chorus scene of KTV.
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
roomID ↔ String?
The Room ID, It is not necessary to pass in single room mode, but the ID of the corresponding room must be passed in multi-room mode
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
streamCensorshipMode ZegoStreamCensorshipMode?
When pushing a flow, review the pattern of the flow. By default, no audit is performed. If you want to use this function, contact ZEGO technical support.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited