-
Notifications
You must be signed in to change notification settings - Fork 748
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
RTCSession.isReadyToReOffer method is undefined #807
Comments
Have you tried |
I tried, look at the picture above |
https://github.com/versatica/JsSIP/blob/master/lib/RTCSession.d.ts The type definition is indeed inconsistent with the actual js class, it doesn't even define a Line 1681 in fff94c5
|
also https://github.com/versatica/JsSIP/blob/master/lib/JsSIP.d.ts#L13 it doesn't export https://github.com/versatica/JsSIP/blob/master/lib/WebSocketInterface.js#L6 |
When I use the isReadyToReOffer method to verify if it supports unhold call,I found that the isReadyToReOffer method does not exist.
I use _isReadyToReOffer is OK. Please check the issue,Thanks!
The text was updated successfully, but these errors were encountered: