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.
NSString *_Nullable userName
 Gets the viewer's display name for use when sending chat messages.

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.

◆ userName

- (NSString* _Nullable) userName
readwritenonatomiccopy

Gets the viewer's display name for use when sending chat messages.

Definition at line 66 of file ZoomVideoSDKBroadcastStreamingHelper.h.