ACSRaiseHandCallFeatureDelegate Protocol
Declaration
@protocol ACSRaiseHandCallFeatureDelegate;
Description
A set of methods that are called by ACSRaiseHandCallFeature in response to important events.
Methods
onHandRaised
RaisedHand event occurs when any user has raised hand.
-(void)onHandRaised:(ACSRaiseHandCallFeature *)sender :(ACSRaisedHandChangedEventArgs *)args {
Parameters
sender
-args
-
onHandLowered
LoweredHand event occurs when any user has lowered hand.
-(void)onHandLowered:(ACSRaiseHandCallFeature *)sender :(ACSLoweredHandChangedEventArgs *)args {
Parameters
sender
-args
-