stopLocalVideoTranscoder abstract method

Future<void> stopLocalVideoTranscoder()

Stops the local video mixing.

After calling startLocalVideoTranscoder, call this method if you want to stop the local video mixing.

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> stopLocalVideoTranscoder();