From 89b06493214132462005c11c8dbeb3a0612a92bf Mon Sep 17 00:00:00 2001 From: yaojingyu2008 Date: Mon, 14 Jul 2025 11:31:13 +0800 Subject: [PATCH] add 801 error code for collaboration Signed-off-by: yaojingyu2008 --- api/@ohos.multimedia.audio.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/@ohos.multimedia.audio.d.ts b/api/@ohos.multimedia.audio.d.ts index 41bcda332e..0840fb31d2 100644 --- a/api/@ohos.multimedia.audio.d.ts +++ b/api/@ohos.multimedia.audio.d.ts @@ -6805,6 +6805,7 @@ declare namespace audio { * @param { boolean } enabled - Whether to enable or disable collaborative playback. The value true means to enable it, and false means to disable it. * @returns { Promise } Promise used to return the result. * @throws { BusinessError } 202 - Not system application. + * @throws { BusinessError } 801 - Capability not supported. * @throws { BusinessError } 6800101 - Parameter verification failed. Possible causes: * 1. The specified device is not an A2DP device. * 2. The specified device is not connected. -- Gitee