We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. No angular example
Describe the solution you'd like WebRTC Video streaming in angular 6+
Describe alternatives you've considered None.
Additional context Please provide code examples on how to use wowza web rtc video streaming in Angular.
The text was updated successfully, but these errors were encountered:
I've used the Jquery example in my angular code. Just copy pasted it and made some changes. It's working as intended. Two things I changed were:
npm install webrtc-adapter
import adapter from 'webrtc-adapter'; const browserDetails = adapter.browserDetails;
function ()
() =>
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
No angular example
Describe the solution you'd like
WebRTC Video streaming in angular 6+
Describe alternatives you've considered
None.
Additional context
Please provide code examples on how to use wowza web rtc video streaming in Angular.
The text was updated successfully, but these errors were encountered: