onMetadataReceived property

void Function(Metadata metadata)? onMetadataReceived
final

Occurs when the local user receives the metadata.

  • metadata The metadata received. See Metadata.

Implementation

final void Function(Metadata metadata)? onMetadataReceived;