-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Fix bugs in related to browser connecting via WebRTC #57
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
instead of a custom test job you can check if "CIRCLECI" env is set to "true" in test_helper.exs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO it is better to have an explicit information in job name that browser tests are excluded on CI, to make situations when tests pass only on CI less magic
* add WHIP support * refactor WHIP API, make CLI work * fix whip IP * update examples * make WHIP <-> WebRTC connection work, refactor browser tests * CR
Closes #52
Issues: