Simple component that enables your camera and show all tracks
Example usage:
import { FishjamRoom } from '@fishjam-cloud/react-native-client';import React from 'react';const FISHJAM_ID = 'your-fishjam_id';const PEER_TOKEN = 'your-peer-token';<FishjamRoom fishjamId={FISHJAM_ID} peerToken={PEER_TOKEN}/> Copy
import { FishjamRoom } from '@fishjam-cloud/react-native-client';import React from 'react';const FISHJAM_ID = 'your-fishjam_id';const PEER_TOKEN = 'your-peer-token';<FishjamRoom fishjamId={FISHJAM_ID} peerToken={PEER_TOKEN}/>
ID of your fishjam instance
Peer Token
Simple component that enables your camera and show all tracks
Example usage: