Skip to content

Commit

Permalink
fix: remove qa room
Browse files Browse the repository at this point in the history
  • Loading branch information
amar-1995 committed Feb 27, 2024
1 parent 3fc6c0e commit ae1f4e4
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions examples/prebuilt-react-integration/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,5 @@ import { getRoomCodeFromUrl } from './utils';
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',
},
}}
/>
);
return <HMSPrebuilt roomCode={roomCode} />;
}

0 comments on commit ae1f4e4

Please sign in to comment.