Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKStreamingJoinContext Class Reference

Streaming join context. More...

#include <ZoomVideoSDKBroadcastStreamingHelper.h>

Inherits NSObject.

Properties

NSString * token
 Gets the token.
 
NSString * channelID
 Gets the channel ID.
 

Detailed Description

Streaming join context.

Definition at line 54 of file ZoomVideoSDKBroadcastStreamingHelper.h.

Property Documentation

◆ channelID

- (NSString*) channelID
readwritenonatomiccopy

Gets the channel ID.

Definition at line 62 of file ZoomVideoSDKBroadcastStreamingHelper.h.

◆ token

- (NSString*) token
readwritenonatomiccopy

Gets the token.

Definition at line 58 of file ZoomVideoSDKBroadcastStreamingHelper.h.