Function: FishjamRoom()
FishjamRoom(
props
):Element
Defined in: packages/react-native-client/src/components/FishjamRoom/index.tsx:39
Simple component that enables your camera and show all tracks
Example usage:
import {
FishjamRoom } from '@fishjam-cloud/react-native-client'; importReact from 'react'; constFISHJAM_URL = 'https://fishjam.io/your_fishjam'; constPEER_TOKEN = 'your-peer-token'; <FishjamRoom fishjamUrl ={FISHJAM_URL }peerToken ={PEER_TOKEN } />
Parameters
Parameter | Type | Description |
---|---|---|
props | FishjamRoomProps |
Returns
Element