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

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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