ZegoSceneParam Class Reference

Inherits from NSObject
Declared in ZegoExpressDefines.h

Overview

Scene param.

  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

  sceneID

Scene ID.

@property long long sceneID

Declared In

ZegoExpressDefines.h

  templateID

Scene template ID.

@property unsigned int templateID

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

  token

Authentication token.

@property NSString *token

Declared In

ZegoExpressDefines.h