Skip to content

Instantly share code, notes, and snippets.

@rahulbanerjee26
Created May 26, 2022 23:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rahulbanerjee26/1e8833c174cada51708e80e9a35769d5 to your computer and use it in GitHub Desktop.
Save rahulbanerjee26/1e8833c174cada51708e80e9a35769d5 to your computer and use it in GitHub Desktop.
import React from 'react';
import './App.css';
function App() {
return (
<main>
<h1>Welcome to my Live Stream</h1>
<iframe
src="https://embed.api.video/live/li0133grn2X8KbXhiF1spqed"
className='videoPlayer'
width="100%"
height="100%"
frameborder="0"
scrolling="no"
allowfullscreen="true">
</iframe>
</main>
);
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment