Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 540 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 540 Bytes

Examples for Fishjam Client

Available examples include:

  • Minimal: This example demonstrates minimal usage of the Fishjam client:

    • Pure TypeScript
    • connect to Fishjam server
    • join room
    • start broadcasting screen
    • receive media from other peers
    • almost no UI
  • Simple App: This example shows how to use the Fishjam client with vanilla TypeScript:

    • Pure TypeScript
    • connect to Fishjam server
    • join room
    • start broadcasting multiple media
    • receive media from other peers