enableVideo abstract method

Future<void> enableVideo()

Enables the video module.

The video module is disabled by default, call this method to enable it. If you need to disable the video module later, you need to call disableVideo.

Returns When the method call succeeds, there is no return value; when fails, the AgoraRtcException exception is thrown. You need to catch the exception and handle it accordingly.

Implementation

Future<void> enableVideo();