Skip to content

Commit

Permalink
Update App.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
raviteja83 authored May 22, 2024
1 parent 0db32ec commit e17f66d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions examples/prebuilt-react-integration/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@ export default function App() {
const roomCode = getRoomCodeFromUrl();

return (
<HMSPrebuilt
roomCode={roomCode}
options={{
endpoints: {
tokenByRoomCode: 'https://auth-nonprod.100ms.live/v2/token',
roomLayout: 'https://api-nonprod.100ms.live/v2/layouts/ui',
init: 'https://qa-in2-ipv6.100ms.live/init',
},
}}
/>
<HMSPrebuilt roomCode={roomCode} />
);
}

0 comments on commit e17f66d

Please sign in to comment.