CapabilitiesChangeInfo interface

Data structure received for each CapabilitiesChangedEventType event.

Properties

newValue

The new value of the capabilities that changed.

oldValue

The old value of the capabilities that changed.

reason

The capability change reason.

Property Details

newValue

The new value of the capabilities that changed.

newValue: Partial<ParticipantCapabilities>

Property Value

oldValue

The old value of the capabilities that changed.

oldValue: Partial<ParticipantCapabilities>

Property Value

reason

The capability change reason.

reason: CapabilitiesChangedReason

Property Value