-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
no ssrc-group:FID in sdp text #1989
Comments
i also tested https://github.com/devopvoid/webrtc-java and it works fine |
Hey @smaznet sorry for the delay! If you add a
|
Hi @Sean-Der thanks for responding No i tested it by putting ssrc-group manually but it doesn't work actually i debuged with telegram logs seems packets doesn't sent to telegram |
@smaznet Is there a way I could test/debug this myself? I have some time and would love to try myself. |
Yes sure |
Your environment.
What did you do?
I used this code to generate a sdp for telegram
and i also used node-wrtc module in nodejs to generate sdp using this code
What did you expect?
in output there should be a tag with this prefix
a=ssrc-group:FID
which is required for telegram(i think)What happened?
in nodejs version that field exists in sdp and everything is okay while in go version there is no such field in sdp
And also a question
why in go version CreateOffer this options not exists?
The text was updated successfully, but these errors were encountered: