Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 611 Bytes

File metadata and controls

32 lines (24 loc) · 611 Bytes

Example Project

Clone the repo and run

yarn

and

cd example && yarn ios (or yarn android)

You can specify your streaming URL's on the App.tsx file.

...
...
import MicrophoneSelectModal from './components/MicrophoneSelectModal';

const STREAM_URL = 'YOUR_STREAM_URL'; // ex: rtmp://a.rtmp.youtube.com/live2
const STREAM_NAME = 'YOUR_STREAM_NAME'; // ex: abcd-1234-abcd-1234-abcd

export default function App() {
...
...

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT