-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
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 <[email protected]>
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 <[email protected]>
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 <[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]>
Fixes #33954