|
Meeting SDK for iOS API Reference
|
Raw live stream information, such as the broadcast name and URL. More...
#include <MobileRTCRawLiveStreamInfo.h>
Inherits NSObject.
Properties | |
| NSUInteger | userId |
| User ID. | |
| NSString *_Nullable | broadcastUrl |
| Broadcast URL (hosted by you or the URL to your Zoom App Marketplace page). | |
| NSString *_Nullable | broadcastName |
| Broadcast Name. | |
Raw live stream information, such as the broadcast name and URL.
Definition at line 12 of file MobileRTCRawLiveStreamInfo.h.
|
readnonatomiccopy |
Broadcast Name.
Definition at line 25 of file MobileRTCRawLiveStreamInfo.h.
|
readnonatomiccopy |
Broadcast URL (hosted by you or the URL to your Zoom App Marketplace page).
Definition at line 20 of file MobileRTCRawLiveStreamInfo.h.
|
readnonatomicassign |
User ID.
Definition at line 16 of file MobileRTCRawLiveStreamInfo.h.