From 0cac9ab66856bcae98b151330780bc34efc0d2fa Mon Sep 17 00:00:00 2001 From: hussain-khalid Date: Tue, 11 Jun 2024 11:30:36 +0500 Subject: [PATCH] https://github.com/AgoraIO/shengwang-doc-source/commit/a50d647aebfcec232dfe6ea60cec40fa01fc7577 --- .../develop/screen-sharing/project-implementation/web.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shared/video-sdk/develop/screen-sharing/project-implementation/web.mdx b/shared/video-sdk/develop/screen-sharing/project-implementation/web.mdx index 744407598..e702eea43 100644 --- a/shared/video-sdk/develop/screen-sharing/project-implementation/web.mdx +++ b/shared/video-sdk/develop/screen-sharing/project-implementation/web.mdx @@ -250,7 +250,8 @@ Subscribing to your own track incurs additional charges, as illustrated in the f ![Electron Screen Share Subscribing Yourself Additional Charges](/images/video-sdk/screen-sharing-web-electron-subscribing-yourself.svg) - suggests that, to avoid double billing, the `uid` returned by each client after successfully joining a channel should be stored in a list. Each time a `user-published` event is monitored, first determine if the track is a local track, and if so, do not subscribe. +- suggests that, to avoid double billing, the `uid` returned by each client after successfully joining a channel should be stored in a list. Each time a `user-published` event is monitored, first determine if the track is a local track, and if so, do not subscribe. +- The client sharing the screen should not subscribe to any streams. ### Limitations