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
16@property(nonatomic, assign, readonly) NSUInteger userId;
20@property(nonatomic, copy, readonly) NSString * _Nullable broadcastUrl;
21
25@property(nonatomic, copy, readonly) NSString * _Nullable broadcastName;
26
27@end
28
Raw live stream information, such as the broadcast name and URL.
NSString *_Nullable broadcastUrl
Broadcast URL (hosted by you or the URL to your Zoom App Marketplace page).
NSString *_Nullable broadcastName
Broadcast Name.