onMediaDataPublisherFileDataEnd property
getter/setter pair
The event callback that the media data publisher has completed a file stream publishing.
Available since: 3.14.0 Description: The media data publisher has finished a file stream publishing. Trigger: The callback triggered when the media data publisher has completed a file stream publishing. Restrictions: None.
mediaDataPublisher
Callback publisher object.path
The path of the file that has completed stream publishing.
Implementation
static void Function(ZegoMediaDataPublisher mediaDataPublisher, String path)?
onMediaDataPublisherFileDataEnd;