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

Information of raw live stream info. More...

#import <ZoomSDKLiveStreamHelper.h>

Inherits NSObject.

Properties

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

Detailed Description

Information of raw live stream info.

Definition at line 23 of file ZoomSDKLiveStreamHelper.h.

Property Documentation

◆ broadcastUrl

- (NSString*) broadcastUrl
readnonatomiccopy

Get the broadcast URL.

Definition at line 31 of file ZoomSDKLiveStreamHelper.h.

◆ userID

- (unsigned int) userID
readnonatomicassign

Get the user ID.

Definition at line 27 of file ZoomSDKLiveStreamHelper.h.