-
Notifications
You must be signed in to change notification settings - Fork 2
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
TypeError: e.getSettings is not a function. (In 'e.getSettings()', 'e.getSettings' is undefined #21
Comments
@Unixon-solutions thanks for reporting is it about iOS Safari browser (which Safari version) or iOS Cordova web view? |
Its IOS WKWebView |
Thanks so this about Cordova iOS RTC plugin and where 'getSettings' is still in todo Anyway, One of them is for logging purpose only, which we just removed safely Another one is inside 'getUserMedia' which we are discussing internally what to do with it Will keep you posted |
@Unixon-solutions the issue is fixed |
RemoteStreamListener was not triggering on iOS in case of video conference call after I modify 'getUserMedia' function to fix 'e.getSettings()' issue. |
@Unixon-solutions we have released 3.0.3 version |
Still getting same error for iOS Its working when I have commented delete e.elementId; and var r = e.getSettings(); but ConnectyCube.videochatconference.onRemoteStreamListener this was not triggered in iOS Please check in iOS local stream and .onRemoteStreamListener both are not working for video conference. |
could you please let us know where exactly you commented these lines |
key: "getUserMedia", inside this function |
You also can try 3.0.4 Here we have the following code:
so if |
3.0.4 is not working |
Please try 3 0 6 |
I have tried 3.0.6 And still onRemoteStreamListener is not triggering in iOS |
We are checking re 'onRemoteStreamListener' |
A link to 'onRemoteStreamListener' issue root cause cordova-rtc/cordova-plugin-iosrtc#505 |
@Unixon-solutions please apply this solution cordova-rtc/cordova-plugin-iosrtc#505 (comment) It should fix the 'onRemoteStreamListener' issue. |
Should I just use https://webrtchacks.github.io/adapter/adapter-latest.js |
Just put the mentioned code after |
I have loaded |
@Unixon-solutions please try this sample https://github.com/ConnectyCube/connectycube-cordova-samples/tree/master/sample-videochat-conf-cordova both getSettings and on remote stream are fixed the only one issue we still face is that on iOS the streams are displayed behind body el To fix it - Need to call We are working on it |
We going to handle missing getSetilting here cordova-rtc/cordova-plugin-iosrtc#482 Note if you have to call |
@DaveLomber |
I am getting this error when trying to call getUserMedia on IOS in case of video conference call
In android there is no such issue.
Please let me know what's the fix for this issue
The text was updated successfully, but these errors were encountered: