You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** 1053: Audio Processing Module: A residual echo is detected, which may be caused by the belated scheduling of system threads or the signal overflow.
221
237
*/
222
238
WARN_APM_RESIDUAL_ECHO = 1053,
239
+
/** 1054: Audio Processing Module: AI NS is closed, this can be triggered by manual settings or by performance detection modules.
/** 151: CDN related errors. Remove the original URL address and add a new one by calling the \ref agora::rtc::IRtcEngine::removePublishStreamUrl "removePublishStreamUrl" and \ref agora::rtc::IRtcEngine::addPublishStreamUrl "addPublishStreamUrl" methods.
416
434
*/
417
435
ERR_PUBLISH_STREAM_CDN_ERROR = 151,
@@ -436,16 +454,13 @@ enum ERROR_CODE_TYPE {
436
454
*
437
455
*/
438
456
ERR_MODULE_NOT_FOUND = 157,
439
-
/// @cond
440
-
/** 158: The dynamical library for the super-resolution algorithm is not integrated.
441
-
* When you call the \ref agora::rtc::IRtcEngine::enableRemoteSuperResolution "enableRemoteSuperResolution" method but
442
-
* do not integrate the dynamical library for the super-resolution algorithm
443
-
* into your project, the SDK reports this error code.
444
-
*/
445
-
ERR_MODULE_SUPER_RESOLUTION_NOT_FOUND = 158,
446
-
/// @endcond
447
457
448
-
/** 160: The recording operation has been performed.
458
+
/** 160: The client is already recording audio. To start a new recording,
459
+
* call \ref agora::rtc::IRtcEngine::stopAudioRecording "stopAudioRecording" to stop
0 commit comments