|
Avaya Client Services API Reference (iOS)
|
#import <CSDroppedParticipant.h>
Inherits CSParticipant, and <NSCopying>.
Instance Methods | |
| (void) | - reInviteWithCompletionHandler: |
| ReInvite the participant to join the conference. More... | |
Instance Methods inherited from CSParticipant | |
| (instancetype) | - initWithParticipantId: |
| (CSContact *) | - bestContactMatch |
| Return best possible contact match. More... | |
| (NSDictionary *) | - allPossibleContactMatches |
| Return all possible contact matches with level of matching. More... | |
| (void) | - sendPrivateChatMessage:completionHandler: |
| Sends private message to this participant. More... | |
Properties | |
| id< CSDroppedParticipantDelegate > | delegate |
| The delegate used to handle dropped participant related events. More... | |
| NSDate * | enterDate |
| Participant's entry time to the conference. More... | |
| NSDate * | leaveDate |
| Participant's leave time from the conference. More... | |
Properties inherited from CSParticipant | |
| id< CSParticipantDelegate > | delegate |
| The delegate used to handle participant events, common to all participant subclasses. More... | |
| NSString * | displayName |
| Participant's network provided display name, as known to the conferencing system. More... | |
| NSString * | address |
| Participant's network-provided address, as known to the conferencing system. More... | |
| BOOL | localUser |
| Whether the participant is the local user. More... | |
| NSString * | participantId |
| Unique identification of the participant. More... | |
| - (void) reInviteWithCompletionHandler: | (void(^)(NSError *error)) | handler |
ReInvite the participant to join the conference.
| handler | A block to be called when the operation is completed.
|
|
readwritenonatomicweak |
The delegate used to handle dropped participant related events.
|
readnonatomicassign |
Participant's entry time to the conference.
|
readnonatomicassign |
Participant's leave time from the conference.