updateChannelMediaOptions abstract method

Future<void> updateChannelMediaOptions(
  1. ChannelMediaOptions options
)

Updates the channel media options after joining the channel.

  • options The channel media options. See ChannelMediaOptions.

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> updateChannelMediaOptions(ChannelMediaOptions options);