Create WebRTC Example Pages
Create WebRTC Example Pages
Watch a demonstration of the current section
- Navigate to your WebRTC artifacts that you generated in the Video called Red5 Pro: Getting Started with WebRTC
- Copy the publisher.html, subscriber.html and lib directory
- Paste the copied artifacts in the src > main > webapp folder
- Open the publisher.html file and inside of publisher.init(…) change the streamName to myStream. Change the app property to example. Save file
- Open the subscriber.html file and inside of subscriber.init(…) change the streamName to myStream. Change the app property to example. Save file