| LyncPlatformLibraryEvent Class |
Namespace: Inkostar.Classes
The LyncPlatformLibraryEvent type exposes the following members.
| Name | Description | |
|---|---|---|
| LyncPlatformLibraryEvent | Initializes a new instance of the LyncPlatformLibraryEvent class |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| CallProgressFailureReason |
Gets when applicable the LyncPlatformLibraryCallProgressFailureType for the attempted call.
| |
| ConferenceFailureReason |
Gets when applicable the LyncPlatformLibraryConferenceFailureReason for the failed conference.
This is applicable to conference event types. | |
| EventDigits |
Gets when applicable the LyncPlatformLibraryDigits associated with the event.
| |
| EventType |
Gets the LyncPlatformLibraryEventType for the current event.
| |
| FailureException |
Gets when applicable the exception raised from the library.
| |
| Interaction |
Gets when applicable the ILyncPlatformLibraryInteraction the currnet event is associated with.
| |
| JoiningParticipant |
Gets when applicable the endpoint of the participant who is joining the conference.
This is applicable to conference event types. | |
| LeavingParticipant |
Gets when applicable the endpoint of the participant who is leaving the conference.
This is applicable to conference event types. | |
| Media |
Gets when applicable the ILyncPlatformLibraryMedia associated with the currnet event.
| |
| MutedParticipant |
Gets when applicable the endpoint of the participant who was muted.
This is applicable to conference event types. | |
| OperationId |
Get the unique identifier for the operation this event pertains to.
| |
| OperationName |
Gets the method name from which the event was generated.
CloseConnection, MakeCall, StartConference |