Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 13a2e47

Browse files
committed
Add a section for privacy in documentation.
This PR also removes a section for migration from 3.x.
1 parent f545fd1 commit 13a2e47

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

docs/mdfiles/index.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,7 @@ In the customized signaling channel, you need to implement `connect`, `disconnec
8989

9090
The JavaScript objects fires events using `Ics.Base.EventDispatchers`. For more detailed events, please refer to the specific class description page.
9191

92-
# 7 Migrating from 3.x
93-
94-
There are significant API changes since 3.x.
95-
- Client SDKs focuses on WebRTC connections. Please refer to REST API guide for other conference features, e.g. external input/output and recording.
96-
- Publication was introduced for both conference and P2P mode. You'll get a publication after publishing a stream successfully.
97-
- Subscription was introduced for conference mode. You'll get a subscription after subscribing a stream successfully. P2P mode does not have subscription at this time since remote stream will be added to PeerConnection automatically.
98-
- Callbacks were changed to promises.
92+
# 7 Privacy and security
93+
SDK will send operation system's name and version, browser name, version and abilities, SDK name and version to conference server and P2P endpoints it tries to make connection. SDK does not store this information on disk.
9994

10095
**Note:** \* Other names and brands may be claimed as the property of others.

0 commit comments

Comments
 (0)