@fishjam-cloud/react-native-client - v0.19.0
    Preparing search index...

    Function FishjamRoom

    • 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_URL = 'https://fishjam.io/your_fishjam';
      const PEER_TOKEN = 'your-peer-token';

      <FishjamRoom
      fishjamUrl={FISHJAM_URL}
      peerToken={PEER_TOKEN}
      />

      Parameters

      • props: FishjamRoomProps
        • fishjamUrl: string

          URL to your fishjam instance

        • peerToken: string

          Peer Token

      Returns Element