-
Notifications
You must be signed in to change notification settings - Fork 22.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: Add details for createDTMFSender() method in RTCPeerConnection interface #33955
fix: Add details for createDTMFSender() method in RTCPeerConnection interface #33955
Conversation
files/en-us/web/api/rtcpeerconnection/createdtmfsender/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/api/rtcpeerconnection/createdtmfsender/index.md
Outdated
Show resolved
Hide resolved
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>
files/en-us/web/api/rtcpeerconnection/createdtmfsender/index.md
Outdated
Show resolved
Hide resolved
Co-authored-by: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com>
files/en-us/web/api/rtcpeerconnection/createdtmfsender/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/api/rtcpeerconnection/createdtmfsender/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/api/rtcpeerconnection/createdtmfsender/index.md
Outdated
Show resolved
Hide resolved
@bc-lee, do you have time to come back to this? |
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. |
Co-authored-by: wbamberg <will@bootbonnet.ca>
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. |
This pull request has merge conflicts that must be resolved before it can be merged. |
Will get this merged before next week |
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.
Looks good. Thanks!
…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 <95597335+skyclouds2001@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: wbamberg <will@bootbonnet.ca> * 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 <95597335+skyclouds2001@users.noreply.github.com> Co-authored-by: wbamberg <will@bootbonnet.ca> Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
Fixes #33954