# agora-web-sdk-tutorial-en-us **Repository Path**: yamasite/agora-web-sdk-tutorial-en-us ## Basic Information - **Project Name**: agora-web-sdk-tutorial-en-us - **Description**: Web SDK tutorial - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-15 - **Last Updated**: 2022-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Agora RTC Web SDK 4.x Tutorial ## Overview This repo includes tutorials for Agora RTC Web SDK 4.x. Agora RTC Web SDK is a client-side JavaScript SDK for real-time video/audio communication through desktop and mobile browsers. Compared with directly using WebRTC for real-time media communication, Agora RTC Web SDK provides encoding/decoding and transmission services by using SD-RTNTM, thus saving you the effort of building signaling, STUN, and TURN servers. ## Objectives You can learn basic and advanced features of the Agora RTC Web SDK, together with some video/audio programming knowledge. You can also learn to use the SDK to build a typical video chat app. ## References Agora provides technical documentation of the Web SDK. See [Start a Video Call (Web SDK 4.x)](https://docs.agora.io/en/Video/start_call_web_ng?platform=Web).