logo
On this page

ZegoSceneParam

ZegoSceneParam

Scene param.

Declared in entity/ZegoSceneParam.java

Properties

user

user
public 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
public long sceneID

Scene ID.

templateID

templateID
public int templateID

Scene template ID.

position

position
public ZegoPosition position

User position.

broadcastMode

broadcastMode
public ZegoBroadcastMode broadcastMode

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

token

token
public String token

Authentication token.

Methods

ZegoSceneParam

ZegoSceneParam
Declared in entity/ZegoSceneParam.java

Previous

zegosceneconfig

Next

zegosceneplayerconfig

On this page

Back to top