ARTC SDK for Web is a JavaScript library for real-time audio and video communication built on Global Realtime Transport Network (GRTN). It provides low-latency, high-concurrency, cross-platform capabilities for one-to-one calls, online conferencing, and multiparty livestreaming.
ARTC SDK for Web focuses on real-time audio and video communication and does not support meeting summaries. If you need meeting summaries, such as full-text summaries, speaker summaries, Q&A reviews, or mind maps, use the summary feature of TINGWU Smart Minutes.
API reference
For more information, see ARTC Web SDK API.
Platform support
Operating system | Browser | Minimum browser version | Publishing (stream ingest) | Subscription (stream pulling) | Screen sharing |
Windows | Chrome | 63 | Supported | Supported | Supported by Chrome 72 and later |
Edge | 79 | Supported | Supported | Supported | |
macOS | Safari | 11 | Supported | Supported | Supported by Safari 13 and later |
Chrome | 63 | Supported | Supported | Supported by Chrome 72 and later | |
Edge | 79 | Supported | Supported | Supported | |
Android | Chrome and WebView | Kernel version 63 | Supported | Supported | Not supported |
iOS | Safari | 11 | Supported | Supported | Not supported |
Other browsers (including WebView) | 14.3 | Supported | Supported | Not supported |
URL protocol support
Environment | Protocol | Publishing (stream ingest) | Subscription (stream pulling) | Screen sharing |
Online environment | HTTPS (recommended) | Supported | Supported | Supported |
HTTP | Not supported | Supported | Not supported | |
Local development environment | http://localhost (recommended) | Supported | Supported | Supported |
http://127.0.0.1 | Supported | Supported | Supported | |
http://[Local IP address] | Not supported | Supported | Not supported |