-
Notifications
You must be signed in to change notification settings - Fork 49
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
session.groups is not defined in toPlanB() & toUnifiedPlan() #21
Comments
Hi @marcofanch, could you please provide the failing SDP so that I can have a look? Thank you.
|
@gpolitis, thanks for looking into it. This is captured in Chrome, for that Firefox is replying the INVITE.
While accessing the
|
Since there’s only one m-line in the SDP, there’s nothing to group. I can provide a fix for that in a branch, but I don’t have the time to test it. Would you feel comfortable building and using the polyfill from source?
|
Thanks @gpolitis, we can try it :) |
I'm facing the same issue, what should I do? |
@gpolitis would you mind sharing that fix? |
Hi, thanks for providing the polyfill for the inter-browser RTC.
I just discovered this package today, and gave it a try.
I found that the library will throw an error inside toPlanB() and toUnifiedPlan() while the call in connecting.
Giving a simple check before accessing
session.groups
is not working, another error will come out.My guess is that the library was not maintained and thus those conversions have became outdated.
(Chrome 49 and Firefox 45 were used)
We have to update the parsing function in order to get it work.
Is my guess correct?
If so, would it be possible to update those features? Or could you point out where we can find the document to fix them ourself?
Many thanks.
The text was updated successfully, but these errors were encountered: