-
Notifications
You must be signed in to change notification settings - Fork 76
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
RTP Media API #7
Comments
hi will this be going on? |
Eventually ... but, as you can see, it's labelled low priority. |
I am interested in implementing the media API (audio, to start with). Regarding the points above: onAddStream and onRemoveStream have been removed from the spec, so I assume we don't want to implement them. OnAddTrack appears first in webrtc/branch-heads/57. I tried updating build.sh to commit I don't have any experience building webrtc before. I would love some help! |
Never mind the above error; apparently they changed from GYP to GN for build file generation. I'll RTFM next time 😜 |
This is not necessary for data-only use cases of PeerConnection.
However, this would be nice to have for a more complete go wrapper of WebRTC. If this is desired, first we need to:
If using the latest Editor's Draft version of the spec, will need to implement at least:
PeerConnection
.The older Working Draft version of the spec has a less fleshed out media API, but does require:
The text was updated successfully, but these errors were encountered: