Address to contact this peer via Ditto Bus, unique with a Ditto mesh network.
Currently active connections of the peer.
The human-readable device name of the peer. This defaults to the hostname but can be manually set by the application developer of the other peer. It is not necessarily unique.
Optional
dittoSDKVersion?: stringThe Ditto SDK version the peer is running with, undefined
if (yet) unknown.
Metadata associated with the peer by the identity service.
Use an authentication webhook to set this value. See Ditto's online documentation for more information on how to configure an authentication webhook.
Indicates whether the peer is connected to Ditto Cloud.
Optional
os?: stringThe operating system the peer is running on, undefined
if (yet) unknown.
The peer key is a unique identifier for a given peer, equal to or derived from the cryptographic public key used to authenticate it.
NOTE: This will be be empty when a peer is not updated to the latest version of the SDK.
Use peerKeyString instead.
The peer key is a unique identifier for a given peer, equal to or derived from the cryptographic public key used to authenticate it.
NOTE: This will be be empty when a peer is not updated to the latest version of the SDK.
Metadata associated with the peer, empty dictionary by default.
Use ditto.presence.setPeerMetadata()
or
ditto.presence.setPeerMetadataJSONData()
to set this value.
This will be empty when a peer is only connected via a WebSocket connection.
ditto.presence.peerMetadata
for
details on usage of metadata.
An instance of Ditto taking part in the Ditto mesh network.