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

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Examples for Fishjam client

List of examples:

  • minimal-react - minimal example of usage of Fishjam React client:

    • TypeScript with React Client
    • connect to Fishjam server
    • join room
    • start broadcasting screen
    • receive media from other peers
    • almost no UI
  • useSetupMedia hook - minimal example of usage of useSetupMedia hook

    • TypeScript with React Client
    • connect to Fishjam server
    • join room
    • set up audio and video devices separately
    • start screensharing
    • decide whether to send them automatically
    • almost no UI