onMetadataReceived property
Occurs when the local user receives the metadata.
metadataThe metadata received. See Metadata.
Implementation
final void Function(Metadata metadata)? onMetadataReceived;
Occurs when the local user receives the metadata.
metadata The metadata received. See Metadata.final void Function(Metadata metadata)? onMetadataReceived;