-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Add some tests that check SDP after transceiver stop #14423
Add some tests that check SDP after transceiver stop #14423
Conversation
This PR is blocked on the required "Travis CI - Pull Request" check after #14499. In order to trigger it, I will close and reopen this PR. |
Needs more review, but very good to have. |
f7b8b7a
to
bb1da75
Compare
Updated the tests according review and added some more checks. |
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.
LGTM
|
||
const offer = await pc1.createOffer(); | ||
|
||
assert_true(offer.sdp.includes("a=sendonly"), "The audio m-section should be sendonly"); |
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.
This seems wrong.
No description provided.