ACSRaisedHand Class
Declaration
@interface ACSRaisedHand : NSObject;
Description
Raise hand details.
Methods
Properties
order
Order of raise hand events.
@property (readonly) int order;
identifier
The identifier of the raised hand participant.
@property(nonatomic, readonly, nonnull) id<CommunicationIdentifier> identifier;