Skip to content
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: Add details for createDTMFSender() method in RTCPeerConnection interface #33955

Merged
merged 10 commits into from
Sep 23, 2024

Conversation

bc-lee
Copy link
Contributor

@bc-lee bc-lee commented Jun 6, 2024

Fixes #33954

@bc-lee bc-lee requested a review from a team as a code owner June 6, 2024 06:56
@bc-lee bc-lee requested review from Elchi3 and removed request for a team June 6, 2024 06:56
@github-actions github-actions bot added Content:WebAPI Web API docs size/m [PR only] 51-500 LoC changed labels Jun 6, 2024
Copy link
Contributor

github-actions bot commented Jun 6, 2024

Preview URLs

(comment last updated: 2024-09-18 14:03:06)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@Elchi3 Elchi3 requested review from a team and wbamberg and removed request for Elchi3 and a team July 23, 2024 13:06
@Josh-Cena
Copy link
Member

@bc-lee, do you have time to come back to this?

@bc-lee
Copy link
Contributor Author

bc-lee commented Aug 12, 2024

Yes, but not today or tomorrow (at the moment, I'm busy with other things). I'll come back to this in a few days.

@Josh-Cena Josh-Cena added the awaiting response Awaiting for author to address review/feedback label Aug 27, 2024
@hamishwillee
Copy link
Collaborator

It's definitely non standard - updated in BCD here mdn/browser-compat-data#24442

These fixes are good, but I worry that they will cause problems with the auto-update tooling when the BCD changes goes in. So might be worth waiting until BCD has updated, and the scripts for fixing up status have run.

@github-actions github-actions bot added the merge conflicts 🚧 [PR only] label Sep 18, 2024
Copy link
Contributor

This pull request has merge conflicts that must be resolved before it can be merged.

@github-actions github-actions bot removed the merge conflicts 🚧 [PR only] label Sep 18, 2024
@Josh-Cena
Copy link
Member

Will get this merged before next week

Copy link
Member

@Josh-Cena Josh-Cena left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks!

@Josh-Cena Josh-Cena merged commit ed6a48a into mdn:main Sep 23, 2024
8 checks passed
fiji-flo pushed a commit that referenced this pull request Oct 2, 2024
…nterface (#33955)

* fix: Add details for createDTMFSender() method in RTCPeerConnection interface

Fixes #33954

* Apply suggestions from code review

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Update files/en-us/web/api/rtcpeerconnection/createdtmfsender/index.md

Co-authored-by: skyclouds2001 <[email protected]>

* Apply suggestions from code review

Co-authored-by: wbamberg <[email protected]>

* Update index.md

* Not non-standard

* Update index.md

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: skyclouds2001 <[email protected]>
Co-authored-by: wbamberg <[email protected]>
Co-authored-by: Joshua Chen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:WebAPI Web API docs size/m [PR only] 51-500 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing Link for RTCPeerConnection.createDTMFSender() in "Obsolete Methods" Section
5 participants