resumeAllChannelMediaRelayEx abstract method

Future<void> resumeAllChannelMediaRelayEx(
  1. RtcConnection connection
)

Resumes the media stream relay to all target channels.

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

  • connection The connection information. See RtcConnection.

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> resumeAllChannelMediaRelayEx(RtcConnection connection);