Class ZegoSceneParam


  • public class ZegoSceneParam
    extends java.lang.Object
    Scene param.
    • Constructor Summary

      Constructors 
      Constructor Description
      ZegoSceneParam()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.
      • broadcastMode

        public ZegoBroadcastMode broadcastMode
        Broadcast user's own information mode, the default is ALL.
      • token

        public java.lang.String token
        Authentication token.
    • Constructor Detail

      • ZegoSceneParam

        public ZegoSceneParam()