ZegoStream Class Reference

Inherits from NSObject
Declared in ZegoExpressDefines.h

Overview

Identify an stream object

  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.

@property (nonatomic, strong) ZegoUser *user

Declared In

ZegoExpressDefines.h

  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 ‘-’, ‘_’.

@property (nonatomic, copy) NSString *streamID

Declared In

ZegoExpressDefines.h

  extraInfo

Stream extra info

@property (nonatomic, copy) NSString *extraInfo

Declared In

ZegoExpressDefines.h