Package im.zego.zegoexpress.entity
Class ZegoSceneParam
- java.lang.Object
-
- im.zego.zegoexpress.entity.ZegoSceneParam
-
public class ZegoSceneParam extends java.lang.Object
Scene param.
-
-
Field Summary
Fields Modifier and Type Field Description ZegoBroadcastMode
broadcastMode
Broadcast user's own information mode, the default is ALL.ZegoPosition
position
User position.long
sceneID
Scene ID.int
templateID
Scene template ID.java.lang.String
token
Authentication token.ZegoUser
user
User object instance, configure userID, userName.
-
Constructor Summary
Constructors Constructor Description ZegoSceneParam()
-
-
-
Field Detail
-
user
public ZegoUser 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.
-
sceneID
public long sceneID
Scene ID.
-
templateID
public int templateID
Scene template ID.
-
position
public ZegoPosition position
User position.
-
broadcastMode
public ZegoBroadcastMode broadcastMode
Broadcast user's own information mode, the default is ALL.
-
token
public java.lang.String token
Authentication token.
-
-