Class ZegoStream


  • public class ZegoStream
    extends java.lang.Object
    Stream object. Identify an stream object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String extraInfo
      Stream extra info
      java.lang.String streamID
      Stream ID, a string of up to 256 characters.
      ZegoUser user
      User object instance.Please do not fill in sensitive user information in this field, including but not limited to mobile phone number, ID number, passport number, real name, etc.
    • Constructor Summary

      Constructors 
      Constructor Description
      ZegoStream()  
    • 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.Please do not fill in sensitive user information in this field, including but not limited to mobile phone number, ID number, passport number, real name, etc.
      • streamID

        public java.lang.String streamID
        Stream ID, a string of up to 256 characters. Caution: You cannot include URL keywords, otherwise publishing stream and playing stream will fails. Only support numbers, English characters and '-', '_'.
      • extraInfo

        public java.lang.String extraInfo
        Stream extra info
    • Constructor Detail

      • ZegoStream

        public ZegoStream()