ZegoExpressEngineCustomVideoIO extension

on

Methods

enableCustomVideoCapture(bool enable, {ZegoCustomVideoCaptureConfig? config, ZegoPublishChannel? channel}) → Future<void>
Enables or disables custom video capture (for the specified channel).
enableCustomVideoProcessing(bool enable, ZegoCustomVideoProcessConfig config, {ZegoPublishChannel? channel}) → Future<void>
Enables or disables custom video processing, and support specifying the publish channel.
enableCustomVideoRender(bool enable, ZegoCustomVideoRenderConfig config) → Future<void>
Enables or disables custom video rendering.