6#import <Foundation/Foundation.h>
17@property(nonatomic, assign, readonly) NSUInteger
userId;
22@property(nonatomic, copy, readonly) NSString * _Nullable
broadcastUrl;
A class that contains raw live stream information, such as the broadcast name and URL.
NSString *_Nullable broadcastUrl
The broadcast URL (hosted by you or the URL to your Zoom App Marketplace page).
NSUInteger userId
The user ID.
NSString *_Nullable broadcastName
The broadcast name.