From 0acd24c110e6bbd0878f81429366aae328181b3d Mon Sep 17 00:00:00 2001 From: shawn_he Date: Tue, 13 Sep 2022 14:30:19 +0800 Subject: [PATCH] update doc Signed-off-by: shawn_he --- en/application-dev/reference/apis/js-apis-call.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/en/application-dev/reference/apis/js-apis-call.md b/en/application-dev/reference/apis/js-apis-call.md index 1631e3318f..ac82d0b2e6 100644 --- a/en/application-dev/reference/apis/js-apis-call.md +++ b/en/application-dev/reference/apis/js-apis-call.md @@ -2810,10 +2810,11 @@ This is a system API. | Name | Value | Description | | -------------------- | ---- | ------------ | -| DEVICE_EARPIECE | 0 | Headset device. | -| DEVICE_SPEAKER | 1 | Speaker device.| -| DEVICE_WIRED_HEADSET | 2 | Wired headset device.| +| DEVICE_EARPIECE | 0 | Earpiece. | +| DEVICE_SPEAKER | 1 | Speaker.| +| DEVICE_WIRED_HEADSET | 2 | Wired headset.| | DEVICE_BLUETOOTH_SCO | 3 | Bluetooth SCO device. | +| DEVICE_MIC | 4 | Microphone. | ## CallRestrictionType8+ -- GitLab