Avaya Client Services API Reference (iOS)
Instance Methods | List of all members
<CSPendingParticipantDelegate> Protocol Reference

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

#import <CSPendingParticipant.h>

Inherits <CSParticipantDelegate>.

Instance Methods

(void) - pendingParticipantWasAccepted:
 Report that a pending participant's request to join the conference call has been accepted either by the local user, if the local user is a moderator, or by a moderator on the call. More...
 
(void) - pendingParticipantWasCancelled:withReason:
 Report that a user is no longer waiting to be admitted to the conference call. More...
 
(void) - pendingParticipantWasDenied:
 Report that a pending participant's request to join the conference call has been denied either by the local user, if the local user is a moderator, or by a moderator on the call. 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 CSPendingParticipant.

Method Documentation

- (void) pendingParticipantWasAccepted: (CSPendingParticipant *)  participant

Report that a pending participant's request to join the conference call has been accepted either by the local user, if the local user is a moderator, or by a moderator on the call.

Parameters
participantPending participant who has been accepted.
- (void) pendingParticipantWasCancelled: (CSPendingParticipant *)  participant
withReason: (CSPendingParticipantAdmissionCancellationReason *)  reason 

Report that a user is no longer waiting to be admitted to the conference call.

Parameters
participantA user who is no longer waiting to be admitted to the conference call.
reasonA reason of cancellation.
- (void) pendingParticipantWasDenied: (CSPendingParticipant *)  participant

Report that a pending participant's request to join the conference call has been denied either by the local user, if the local user is a moderator, or by a moderator on the call.

Parameters
participantPending participant who has been denied.

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