From 21b503ae09872e3494d6c8d1cb6d60b57d8bd74c Mon Sep 17 00:00:00 2001 From: Kishan-Dhakan Date: Fri, 14 Oct 2022 13:56:28 +0530 Subject: [PATCH 1/3] remove platform query --- general-product-inquiry/browser_support.mdx | 4 ++-- integration-issues/image_enhancement.mdx | 16 ++++++++-------- .../restful_api_call_frequency.mdx | 2 +- integration-issues/string.mdx | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/general-product-inquiry/browser_support.mdx b/general-product-inquiry/browser_support.mdx index ce6d524..3f0df18 100644 --- a/general-product-inquiry/browser_support.mdx +++ b/general-product-inquiry/browser_support.mdx @@ -9,7 +9,7 @@ export const toc = [{}];
This page only applies to the Agora Web SDK 3.x. If you use the Web SDK 4.x, see{' '} - Web SDK Compatibility. + Web SDK Compatibility.
@@ -47,7 +47,7 @@ Other browser support on desktop: The browser support on mobile devices heavily depends on the capabilities of devices and the codec implementation of browsers. - On Android 4.1 or later, the Web SDK supports Chrome 58 or later. Agora recommends using VP8 on Android Chrome, because whether Google Chrome for Android supports H.264 is hardware dependent and some Android devices do not support H.264. -- On iOS 11 or later, the Web SDK supports Safari or later. However, Agora does not recommend using the Web SDK on iOS Safari due to the large amount of known issues and limitations of [iOS Safari](#safari). For better user experience on iOS, try the Agora Video SDK iOS SDK. +- On iOS 11 or later, the Web SDK supports Safari or later. However, Agora does not recommend using the Web SDK on iOS Safari due to the large amount of known issues and limitations of [iOS Safari](#safari). For better user experience on iOS, try the Agora Video SDK iOS SDK. The support for in-app browsers on mobile devices is complicated. For details, see [Supported Platforms](/video-calling/reference/supported-platforms). diff --git a/integration-issues/image_enhancement.mdx b/integration-issues/image_enhancement.mdx index ff2517c..2465e9f 100644 --- a/integration-issues/image_enhancement.mdx +++ b/integration-issues/image_enhancement.mdx @@ -115,22 +115,22 @@ Agora also provides an [Online Demo](https://webdemo.agora.io/agora-websdk-api-e ### Native - Android: `setBeautyEffectOptions` -- iOS: `setBeautyEffectOptions` -- macOS: `setBeautyEffectOptions` -- Windows: `setBeautyEffectOptions` +- iOS: `setBeautyEffectOptions` +- macOS: `setBeautyEffectOptions` +- Windows: `setBeautyEffectOptions` ### Web -- Web 3.x: `setBeautyEffectOptions` +- Web 3.x: `setBeautyEffectOptions` - Web 4.x: `BeautyEffectOptions` ### Third-party frameworks developed from Native -- Electron: `setBeautyEffectOptions` -- Unity: `setBeautyEffectOptions` +- Electron: `setBeautyEffectOptions` +- Unity: `setBeautyEffectOptions` - Flutter: `setBeautyEffectOptions` -- React Native: `setBeautyEffectOptions` -- Cocos Creator: `setBeautyEffectOptions` +- React Native: `setBeautyEffectOptions` +- Cocos Creator: `setBeautyEffectOptions` ## Considerations diff --git a/integration-issues/restful_api_call_frequency.mdx b/integration-issues/restful_api_call_frequency.mdx index 4a100ff..05b3e3e 100644 --- a/integration-issues/restful_api_call_frequency.mdx +++ b/integration-issues/restful_api_call_frequency.mdx @@ -24,7 +24,7 @@ If the default frequency limit still cannot meet your project needs after consid contact support@agora.io to configure your server to receive - + Real-Time Communication events . diff --git a/integration-issues/string.mdx b/integration-issues/string.mdx index 2fccd1a..1554ead 100644 --- a/integration-issues/string.mdx +++ b/integration-issues/string.mdx @@ -7,7 +7,7 @@ products: [] This feature is in BETA. We recommend contacting support@agora.io before implementing this function. The following products or features do not support string user accounts: - [Cloud Recording](/cloud-recording/overview/product-overview) -- RTMP Converter +- RTMP Converter - Channel Management RESTful API - Console RESTful API From b0fa73da19718c163cbd249aa891d55bee01e55c Mon Sep 17 00:00:00 2001 From: Kishan-Dhakan Date: Wed, 19 Oct 2022 12:41:35 +0530 Subject: [PATCH 2/3] fix broken links in docusarus link checker --- quality-issues/video_blank.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quality-issues/video_blank.mdx b/quality-issues/video_blank.mdx index 3453907..d974ec4 100644 --- a/quality-issues/video_blank.mdx +++ b/quality-issues/video_blank.mdx @@ -69,7 +69,7 @@ If the issue persists, contact support@agora.io. Please provide the following in - The UIDs of the users sending and receiving the black video. - The time frame when the black screen appears. - Screen recording files. -- SDK log files. See [How can I set the log file?](/integration-issues/log#set-the-log-file) +- SDK log files. See [How can I set the log file?](/help/integration-issues/log#set-the-log-file) ### Step 3: Monitor the quality of experience in Agora Analytics in Console From 7cc377bfd85dab8999ce06fd32bed54f729e4ddd Mon Sep 17 00:00:00 2001 From: Kishan-Dhakan Date: Mon, 24 Oct 2022 05:16:32 +0530 Subject: [PATCH 3/3] fix --- integration-issues/web_camera_light.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-issues/web_camera_light.mdx b/integration-issues/web_camera_light.mdx index b4d7711..2609259 100644 --- a/integration-issues/web_camera_light.mdx +++ b/integration-issues/web_camera_light.mdx @@ -19,4 +19,4 @@ The Web SDK does not support enabling/disabling video capture independently. Cal Calling `close` stops the video capture and turns off the camera light, but it unauthorizes both the microphone and the camera, so audio sampling stops too. In the Agora Web SDK, the published object is a media stream that contains an audio track and a video track, so any operation of the stream affects both audio and video. -To quickly stop capturing and sending the local video without affecting the local audio, Agora recommends using next-generation Agora Web SDK ([Agora Web SDK NG](https://agoraio-community.github.io/AgoraWebSDK-NG/en/)). Agora Web SDK NG publishes the audio and video track as separate objects, enabling you to disable the local video and turn off the camera light by using the [`close`](https://agoraio-community.github.io/AgoraWebSDK-NG/api/en/interfaces/ilocaltrack.html#close) method of the video track object, without affecting the audio track. +To quickly stop capturing and sending the local video without affecting the local audio, Agora recommends using next-generation Agora Web SDK ([Agora Web SDK NG](https://api-ref.agora.io/en/video-sdk/web/4.x/index.html)). Agora Web SDK NG publishes the audio and video track as separate objects, enabling you to disable the local video and turn off the camera light by using the [`close`](https://api-ref.agora.io/en/video-sdk/web/4.x/interfaces/ilocaltrack.html#close#close) method of the video track object, without affecting the audio track.