ConnectionStateChangedPayload
@vimp-mp/types 2.0.1Connection details delivered after a connect or disconnect transition.
ts
interface ConnectionStateChangedPayloadMembers
address
ts
address: stringServer address associated with the new state.
connected
ts
connected: booleanWhether the client is connected after the state change.