pauseEffect abstract method

Future<void> pauseEffect(
  1. int soundId
)

Pauses a specified audio effect file.

  • soundId The audio effect ID. The ID of each audio effect file is unique.

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> pauseEffect(int soundId);