ZegoSceneParam Class Reference
Inherits from | NSObject |
---|---|
Declared in | ZegoExpressDefines.h |
user
User object instance, configure userID, userName. Note that the userID needs to be globally unique with the same appID, otherwise the user who logs in later will kick out the user who logged in first.
@property (nonatomic, strong, nonnull) ZegoUser *user
Declared In
ZegoExpressDefines.h
position
User position.
@property (nonatomic, strong, nonnull) ZegoPosition *position
Declared In
ZegoExpressDefines.h
broadcastMode
Broadcast user’s own information mode, the default is ALL.
@property ZegoBroadcastMode broadcastMode
Declared In
ZegoExpressDefines.h