|
Avaya Client Services API Reference (iOS)
|
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... | |
Describes methods that are implemented by the delegate of a CSActiveParticipant.
| - (void) activeParticipant: | (CSActiveParticipant *) | participant | |
| didChangeAudioStatus: | (CSParticipantMediaStatus) | newStatus | |
Called to report that a participant's audio has been changed.
| participant | Participant whose audio was changed. |
| newStatus | New audio status. |
| - (void) activeParticipant: | (CSActiveParticipant *) | participant | |
| didChangeVideoStatus: | (CSParticipantMediaStatus) | newStatus | |
Called to report that a participant's video has been changed.
| participant | Participant whose video was changed. |
| newStatus | New audio status. |
| - (void) activeParticipantDidAssignAsLecturer: | (CSActiveParticipant *) | participant |
Called when a participant has been designated as a lecturer.
| participant | Participant who has been designated as a lecturer. |
| - (void) activeParticipantDidAssignAsModerator: | (CSActiveParticipant *) | participant |
Called when a participant has been designated as a moderator.
| participant | Participant who has been designated as a moderator. |
| - (void) activeParticipantDidAssignAsPresenter: | (CSActiveParticipant *) | participant |
Called when a participant has been designated as a presenter.
| participant | Participant whose has been designated as a presenter. |
| - (void) activeParticipantDidChangeApplicationSharingStatus: | (CSActiveParticipant *) | participant |
Called when the participant's application sharing status has changed.
| participant | Participant whose application sharing status has changed. |
| - (void) activeParticipantDidChangeCameraRemoteControlSupport: | (CSActiveParticipant *) | participant |
Called to report that a participant's camera remote control support has been changed.
| participant | Participant whose camera remote control support was changed. |
| - (void) activeParticipantDidChangeConnectionStatus: | (CSActiveParticipant *) | participant |
Called when the participant's connection status has changed.
| participant | Participant 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.
| participant | Participant whose hand is lowered. |
| - (void) activeParticipantDidRaiseHand: | (CSActiveParticipant *) | participant |
Called to report that a participant's video has been blocked.
| participant | Participant whose video block status has changed. |
| - (void) activeParticipantDidUnassignAsLecturer: | (CSActiveParticipant *) | participant |
Called when a participant is no longer designated as a lecturer.
| participant | Participant who is no longer designated as a lecturer. |
| - (void) activeParticipantDidUnassignAsModerator: | (CSActiveParticipant *) | participant |
Called when a participant is no longer designated as a moderator.
| participant | Participant who is no longer designated as a moderator. |
| - (void) activeParticipantDidUnassignAsPresenter: | (CSActiveParticipant *) | participant |
Called when a participant is no longer designated as a presenter.
| participant | Participant who is no longer designated as a presenter. |