ZegoPublisherConfig Class Reference
Inherits from | NSObject |
---|---|
Declared in | ZegoExpressDefines.h |
roomID
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
@property (nonatomic, copy) NSString *roomID
Declared In
ZegoExpressDefines.h
forceSynchronousNetworkTime
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.
@property (nonatomic, assign) int forceSynchronousNetworkTime
Declared In
ZegoExpressDefines.h
streamCensorshipMode
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.
@property (nonatomic, assign) ZegoStreamCensorshipMode streamCensorshipMode
Declared In
ZegoExpressDefines.h