resumeAllChannelMediaRelay abstract method

Future<void> resumeAllChannelMediaRelay()

Resumes the media stream relay to all target channels.

After calling the pauseAllChannelMediaRelay method, you can call this method to resume relaying media streams to all destination channels. Call this method after pauseAllChannelMediaRelay.

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. < 0: Failure.

Implementation

Future<void> resumeAllChannelMediaRelay();