Click or drag to resize
LyncPlatformLibraryEvent Properties

The LyncPlatformLibraryEvent type exposes the following members.

Properties
  NameDescription
Public propertyCallProgressFailureReason
Gets when applicable the LyncPlatformLibraryCallProgressFailureType for the attempted call.
Public propertyConferenceFailureReason
Gets when applicable the LyncPlatformLibraryConferenceFailureReason for the failed conference.
Remarks
This is applicable to conference event types.
Public propertyEventDigits
Gets when applicable the LyncPlatformLibraryDigits associated with the event.
Public propertyEventType
Gets the LyncPlatformLibraryEventType for the current event.
Public propertyFailureException
Gets when applicable the exception raised from the library.
Public propertyInteraction
Gets when applicable the ILyncPlatformLibraryInteraction the currnet event is associated with.
Public propertyJoiningParticipant
Gets when applicable the endpoint of the participant who is joining the conference.
Remarks
This is applicable to conference event types.
Public propertyLeavingParticipant
Gets when applicable the endpoint of the participant who is leaving the conference.
Remarks
This is applicable to conference event types.
Public propertyMedia
Gets when applicable the ILyncPlatformLibraryMedia associated with the currnet event.
Public propertyMutedParticipant
Gets when applicable the endpoint of the participant who was muted.
Remarks
This is applicable to conference event types.
Public propertyOperationId
Get the unique identifier for the operation this event pertains to.
Public propertyCode exampleOperationName
Gets the method name from which the event was generated.
Examples
CloseConnection, MakeCall, StartConference
Top
See Also