metadataReceived property
Occurs when the local user receives the metadata, including the following parameters:
buffer
: The sent or received metadata.uid
: ID of the user who sends the metadata.timeStampMs
: The timestamp of the metadata.
The MetadataCallback
typedef includes the following parameters:
Implementation
MetadataCallback? metadataReceived;