logo
On this page

ZegoStream

ZegoStream

Stream object.

Details

Identify an stream object

Declared in ZegoExpressDefines.h

Properties

user

user
nonatomic, strong 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

streamID
nonatomic, copy NSString * streamID
  • Caution: You cannot include URL keywords, otherwise publishing stream and playing stream will fails. Only support numbers, English characters and '-', '_'.

extraInfo

extraInfo
nonatomic, copy NSString * extraInfo

Stream extra info

Previous

zegosoundlevelinfo

Next

zegostreamrelaycdninfo

On this page

Back to top