Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKRawLiveStreamInfo Class Reference

Information of raw live stream info. More...

#include <ZoomSDKLiveStreamHelper.h>

Inherits NSObject.

Properties

unsigned int userID
 Get the user ID.
 
NSString * broadcastUrl
 Get the broadcast URL.
 
NSString * broadcastName
 Get the broadcast name.
 

Detailed Description

Information of raw live stream info.

Definition at line 32 of file ZoomSDKLiveStreamHelper.h.

Property Documentation

◆ broadcastName

- (NSString*) broadcastName
readnonatomiccopy

Get the broadcast name.

Definition at line 44 of file ZoomSDKLiveStreamHelper.h.

◆ broadcastUrl

- (NSString*) broadcastUrl
readnonatomiccopy

Get the broadcast URL.

Definition at line 40 of file ZoomSDKLiveStreamHelper.h.

◆ userID

- (unsigned int) userID
readnonatomicassign

Get the user ID.

Definition at line 36 of file ZoomSDKLiveStreamHelper.h.