|
Meeting SDK for iOS API Reference
|
A class that contains raw live stream information, such as the broadcast name and URL. More...
#include <MobileRTCRawLiveStreamInfo.h>
Inherits NSObject.
Properties | |
| NSUInteger | userId |
| The user ID. | |
| NSString *_Nullable | broadcastUrl |
| The broadcast URL (hosted by you or the URL to your Zoom App Marketplace page). | |
| NSString *_Nullable | broadcastName |
| The broadcast name. | |
A class that contains raw live stream information, such as the broadcast name and URL.
Definition at line 12 of file MobileRTCRawLiveStreamInfo.h.
|
readnonatomiccopy |
The broadcast name.
Definition at line 27 of file MobileRTCRawLiveStreamInfo.h.
|
readnonatomiccopy |
The broadcast URL (hosted by you or the URL to your Zoom App Marketplace page).
Definition at line 22 of file MobileRTCRawLiveStreamInfo.h.
|
readnonatomicassign |
The user ID.
Definition at line 17 of file MobileRTCRawLiveStreamInfo.h.