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