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
useSetupMediahook- 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