sendMetadata abstract method
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);