Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 553 Bytes

client_overview.md

File metadata and controls

19 lines (11 loc) · 553 Bytes

Overview

Features

  • Unified Plan
  • Web, iOS(WIP), Android(WIP) SDK

Terminology

  • MediaSource : A wrapper of WebRTC track , e.g., "video", "audio" and "screen sharing".
  • Session : You can think of a session as a "room" where clients can interact with one another in real-time.
  • Token : A token is an identification in the session.
  • Sender : A component is used for sending media source.
  • Receiver : A component is used for receving media source.
  • Metadata : Custom data for clients.