Package im.zego.zegoexpress.entity
Class ZegoStream
- java.lang.Object
-
- im.zego.zegoexpress.entity.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 infojava.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()
-
-
-
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
-
-