Function: FishjamRoom()
FishjamRoom(
props
):Element
Simple component that enables your camera and show all tracks
Example usage:
<FishjamRoom
fishjamUrl={FISHJAM_URL}
peerToken={PEER_TOKEN}
/>
Parameters
Parameter | Type | Description |
---|---|---|
props | FishjamRoomProps |
Returns
Element
Defined in
packages/react-native-client/src/components/FishjamRoom/index.tsx:33