sendMetadata abstract method

Future<void> sendMetadata(
  1. Uint8List metadata
)

Sends media metadata. If the metadata is sent successfully, the SDK triggers the metadataReceived callback on the receiver.

Param metadata Media metadata See Metadata .

Implementation

Future<void> sendMetadata(Uint8List metadata);