peerMetadata

val peerMetadata: Map<String, Any?>

Metadata associated with the peer, empty dictionary by default.

Use Presence.peerMetadata or Presence.peerMetadataJsonString to set this value.

When the peer is only connected via WebSocket, this will be an empty map.

Since

4.7.0

See also

for details on usage of metadata.