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.
/** 119: Switching roles fail. Please try to rejoin the channel.
401
+
/** **DEPRECATED** 119: Deprecated as of v3.6.1. Use CLIENT_ROLE_CHANGE_FAILED_REASON in the \ref agora::rtc::IRtcEngineEventHandler::onClientRoleChangeFailed "onClientRoleChangeFailed" callback instead.
402
+
* Switching roles fail. Please try to rejoin the channel.
383
403
*/
384
404
ERR_SET_CLIENT_ROLE_NOT_AUTHORIZED = 119,
385
405
/** 120: Decryption fails. The user may have used a different encryption password to join the channel. Check your settings or try rejoining the channel.
@@ -411,7 +431,6 @@ enum ERROR_CODE_TYPE {
411
431
ERR_ENCRYPTED_STREAM_NOT_ALLOWED_PUBLISH = 130,
412
432
/** 134: The user account is invalid. */
413
433
ERR_INVALID_USER_ACCOUNT = 134,
414
-
415
434
/** 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
435
*/
417
436
ERR_PUBLISH_STREAM_CDN_ERROR = 151,
@@ -436,16 +455,13 @@ enum ERROR_CODE_TYPE {
436
455
*
437
456
*/
438
457
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
458
448
-
/** 160: The recording operation has been performed.
459
+
/** 160: The client is already recording audio. To start a new recording,
460
+
* call \ref agora::rtc::IRtcEngine::stopAudioRecording "stopAudioRecording" to stop
0 commit comments