onMediaDataPublisherFileDataEnd property
        
        void Function(ZegoMediaDataPublisher mediaDataPublisher, String path)?
        onMediaDataPublisherFileDataEnd
        
      
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.
- mediaDataPublisherCallback publisher object.
- pathThe path of the file that has completed stream publishing.
Implementation
static void Function(ZegoMediaDataPublisher mediaDataPublisher, String path)?
    onMediaDataPublisherFileDataEnd;