Avaya Client Services API Reference (OS X)
Instance Methods | List of all members
<CSActiveParticipantDelegate> Protocol Reference

Describes methods that are implemented by the delegate of a CSActiveParticipant. More...

#import <CSActiveParticipant.h>

Inherits <CSParticipantDelegate>.

Instance Methods

(void) - activeParticipantDidChangeConnectionStatus:
 Called when the participant's connection status has changed. More...
 
(void) - activeParticipantDidChangeApplicationSharingStatus:
 Called when the participant's application sharing status has changed. More...
 
(void) - activeParticipantDidAssignAsModerator:
 Called when a participant has been designated as a moderator. More...
 
(void) - activeParticipantDidUnassignAsModerator:
 Called when a participant is no longer designated as a moderator. More...
 
(void) - activeParticipantDidAssignAsLecturer:
 Called when a participant has been designated as a lecturer. More...
 
(void) - activeParticipantDidUnassignAsLecturer:
 Called when a participant is no longer designated as a lecturer. More...
 
(void) - activeParticipantDidAssignAsPresenter:
 Called when a participant has been designated as a presenter. More...
 
(void) - activeParticipantDidUnassignAsPresenter:
 Called when a participant is no longer designated as a presenter. More...
 
(void) - activeParticipant:didChangeAudioStatus:
 Called to report that a participant's audio has been changed. More...
 
(void) - activeParticipant:didChangeVideoStatus:
 Called to report that a participant's video has been changed. More...
 
(void) - activeParticipantDidRaiseHand:
 Called to report that a participant's video has been blocked. More...
 
(void) - activeParticipantDidLowerHand:
 Called to report that a participant's hand is lowered, either by the participant, or by a moderator who acknowledged the participant raising hand. More...
 
(void) - activeParticipantDidChangeCameraRemoteControlSupport:
 Called to report that a participant's camera remote control support has been changed. More...
 
- Instance Methods inherited from <CSParticipantDelegate>
(void) - participantDidChangeMatchedContacts:
 Sent when the contacts matched to this participant have changed. More...
 

Detailed Description

Describes methods that are implemented by the delegate of a CSActiveParticipant.

Method Documentation

- (void) activeParticipant: (CSActiveParticipant *)  participant
didChangeAudioStatus: (CSParticipantMediaStatus newStatus 

Called to report that a participant's audio has been changed.

Parameters
participantParticipant whose audio was changed.
newStatusNew audio status.
- (void) activeParticipant: (CSActiveParticipant *)  participant
didChangeVideoStatus: (CSParticipantMediaStatus newStatus 

Called to report that a participant's video has been changed.

Parameters
participantParticipant whose video was changed.
newStatusNew audio status.
- (void) activeParticipantDidAssignAsLecturer: (CSActiveParticipant *)  participant

Called when a participant has been designated as a lecturer.

Parameters
participantParticipant who has been designated as a lecturer.
- (void) activeParticipantDidAssignAsModerator: (CSActiveParticipant *)  participant

Called when a participant has been designated as a moderator.

Parameters
participantParticipant who has been designated as a moderator.
- (void) activeParticipantDidAssignAsPresenter: (CSActiveParticipant *)  participant

Called when a participant has been designated as a presenter.

Parameters
participantParticipant whose has been designated as a presenter.
- (void) activeParticipantDidChangeApplicationSharingStatus: (CSActiveParticipant *)  participant

Called when the participant's application sharing status has changed.

Parameters
participantParticipant whose application sharing status has changed.
- (void) activeParticipantDidChangeCameraRemoteControlSupport: (CSActiveParticipant *)  participant

Called to report that a participant's camera remote control support has been changed.

Parameters
participantParticipant whose camera remote control support was changed.
- (void) activeParticipantDidChangeConnectionStatus: (CSActiveParticipant *)  participant

Called when the participant's connection status has changed.

Parameters
participantParticipant whose connection status has changed.
- (void) activeParticipantDidLowerHand: (CSActiveParticipant *)  participant

Called to report that a participant's hand is lowered, either by the participant, or by a moderator who acknowledged the participant raising hand.

Parameters
participantParticipant whose hand is lowered.
- (void) activeParticipantDidRaiseHand: (CSActiveParticipant *)  participant

Called to report that a participant's video has been blocked.

Parameters
participantParticipant whose video block status has changed.
- (void) activeParticipantDidUnassignAsLecturer: (CSActiveParticipant *)  participant

Called when a participant is no longer designated as a lecturer.

Parameters
participantParticipant who is no longer designated as a lecturer.
- (void) activeParticipantDidUnassignAsModerator: (CSActiveParticipant *)  participant

Called when a participant is no longer designated as a moderator.

Parameters
participantParticipant who is no longer designated as a moderator.
- (void) activeParticipantDidUnassignAsPresenter: (CSActiveParticipant *)  participant

Called when a participant is no longer designated as a presenter.

Parameters
participantParticipant who is no longer designated as a presenter.

The documentation for this protocol was generated from the following file: