logo
On this page

ZegoSceneParam

ZegoSceneParam

Scene param.

Declared in ZegoExpressDefines.h

Properties

user

user
nonatomic, strong, nonnull ZegoUser * user

User object instance, configure userID, userName. 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.

sceneID

sceneID
long long sceneID

Scene ID.

templateID

templateID
unsigned int templateID

Scene template ID.

position

position
nonatomic, strong, nonnull ZegoPosition * position

User position.

broadcastMode

broadcastMode
ZegoBroadcastMode broadcastMode

Broadcast user's own information mode, the default is ALL.

token

token
NSString * token

Authentication token.

Previous

zegosceneconfig

Next

zegosceneplayerconfig

On this page

Back to top