Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCRawLiveStreamInfo Class 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.
 

Detailed Description

Raw live stream information, such as the broadcast name and URL.

Definition at line 15 of file MobileRTCRawLiveStreamInfo.h.

Property Documentation

◆ broadcastName

- (NSString* _Nullable) broadcastName
readnonatomiccopy

Broadcast Name.

Definition at line 28 of file MobileRTCRawLiveStreamInfo.h.

◆ broadcastUrl

- (NSString* _Nullable) broadcastUrl
readnonatomiccopy

Broadcast URL (hosted by you or the URL to your Zoom App Marketplace page).

Definition at line 23 of file MobileRTCRawLiveStreamInfo.h.

◆ userId

- (NSUInteger) userId
readnonatomicassign

User ID.

Definition at line 19 of file MobileRTCRawLiveStreamInfo.h.