Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCRawLiveStreamInfo.h
Go to the documentation of this file.
1
6#import <Foundation/Foundation.h>
7
12@interface MobileRTCRawLiveStreamInfo : NSObject
13
17@property(nonatomic, assign, readonly) NSUInteger userId;
18
22@property(nonatomic, copy, readonly) NSString * _Nullable broadcastUrl;
23
27@property(nonatomic, copy, readonly) NSString * _Nullable broadcastName;
28
29@end
30
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).
NSString *_Nullable broadcastName
The broadcast name.