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

Detailed Description

A class that contains raw live stream information, such as the broadcast name and URL.

Definition at line 12 of file MobileRTCRawLiveStreamInfo.h.

Property Documentation

◆ broadcastName

- (NSString* _Nullable) broadcastName
readnonatomiccopy

The broadcast name.

Definition at line 27 of file MobileRTCRawLiveStreamInfo.h.

◆ broadcastUrl

- (NSString* _Nullable) broadcastUrl
readnonatomiccopy

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

Definition at line 22 of file MobileRTCRawLiveStreamInfo.h.

◆ userId

- (NSUInteger) userId
readnonatomicassign

The user ID.

Definition at line 17 of file MobileRTCRawLiveStreamInfo.h.