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

Represents the webinar attendee status in a meeting. More...

#include <ZoomSDKMeetingActionController.h>

Inherits NSObject.

Protected Attributes

BOOL _isAttendeeCanTalk
 

Properties

BOOL isAttendeeCanTalk
 Indicates whether the webinar attendee is allowed to talk.
 

Detailed Description

Represents the webinar attendee status in a meeting.

Definition at line 270 of file ZoomSDKMeetingActionController.h.

Field Documentation

◆ _isAttendeeCanTalk

- (BOOL) _isAttendeeCanTalk
protected

Definition at line 272 of file ZoomSDKMeetingActionController.h.

Property Documentation

◆ isAttendeeCanTalk

- (BOOL) isAttendeeCanTalk
readwritenonatomicassign

Indicates whether the webinar attendee is allowed to talk.

Definition at line 277 of file ZoomSDKMeetingActionController.h.