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

Represents a talkback channel object. More...

#include <ZoomSDKTalkbackController.h>

Inherits NSObject.

Properties

NSString * channelID
 Gets the channel's ID.
NSArray< NSNumber * > * userIDList
 Gets the list of user IDs in the channel.

Detailed Description

Represents a talkback channel object.

Definition at line 15 of file ZoomSDKTalkbackController.h.

Property Documentation

◆ channelID

- (NSString*) channelID
readnonatomiccopy

Gets the channel's ID.

Definition at line 20 of file ZoomSDKTalkbackController.h.

◆ userIDList

- (NSArray<NSNumber*>*) userIDList
readnonatomicretain

Gets the list of user IDs in the channel.

Definition at line 25 of file ZoomSDKTalkbackController.h.