CapabilitiesChangeInfo interface
Data structure received for each CapabilitiesChangedEventType event.
Properties
new |
The new value of the capabilities that changed. |
old |
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
Partial<ParticipantCapabilities>
oldValue
The old value of the capabilities that changed.
oldValue: Partial<ParticipantCapabilities>
Property Value
Partial<ParticipantCapabilities>
reason
The capability change reason.
reason: CapabilitiesChangedReason