peerMetadata

var peerMetadata: Map<String, Any?>

Metadata associated with the current peer.

Other peers in the same mesh can access this user-provided map of metadata via the presence graph at graph and when evaluating connection requests using connectionRequestHandler. Use this or peerMetadataJsonString to set this value.

This is a convenience property that wraps peerMetadataJsonString.

Since

4.7.0