Skip to content
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

Feature request: Quality issue listener #35

Closed
vmeretin opened this issue Jun 3, 2022 · 7 comments
Closed

Feature request: Quality issue listener #35

vmeretin opened this issue Jun 3, 2022 · 7 comments

Comments

@vmeretin
Copy link
Contributor

vmeretin commented Jun 3, 2022

Please add this methods from native SDKs to Flutter SDK

https://voximplant.com/docs/references/iossdk/call/viqualityissuedelegate
https://voximplant.com/docs/references/androidsdk/call/iqualityissuelistener

@pe1ros
Copy link
Contributor

pe1ros commented Jun 30, 2022

Hello @vmeretin !

We released new version v3.5.0 , you can using these APIs now

@vmeretin
Copy link
Contributor Author

vmeretin commented Jul 1, 2022

[VERBOSE-2:ui_dart_state.cc(198)] Unhandled Exception: type 'Null' is not a subtype of type 'VIQualityIssueLevel'
#0      new VIQualityIssue._fromMap (package:flutter_voximplant/src/call/quality_issue.dart:104:20)
#1      new VIPacketLoss._fromMap (package:flutter_voximplant/src/call/quality_issue.dart:237:15)
#2      _VICallQualityIssue._listener (package:flutter_voximplant/src/call/quality_issue.dart:350:51)
#3      _rootRunUnary (dart:async/zone.dart:1434:47)
#4      _CustomZone.runUnary (dart:async/zone.dart:1335:19)
#5      _CustomZone.runUnaryGuarded (dart:async/zone.dart:1244:7)
#6      _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:341:11)
#7      _DelayedData.perform (dart:async/stream_impl.dart:591:14)

@pe1ros
Copy link
Contributor

pe1ros commented Jul 1, 2022

Hello @vmeretin

Thanks for reporting the issue! We have just released a hotfix update - v3.5.1

@vmeretin
Copy link
Contributor Author

vmeretin commented Jul 4, 2022

And another one exception. It reproducing from time to time, not always

MissingPluginException(No implementation found for method listen on channel plugins.voximplant.com/quality_issues_call_97AE837013A9446B.1656950491.120147780)

@vmeretin
Copy link
Contributor Author

vmeretin commented Jul 4, 2022

We start listen qualityIssuesStream on onIncomingCall callback and after calling call method

@YuliaGrigorieva
Copy link
Contributor

@vmeretin ,

May MissingPluginException be related to a hot reload?

Best regards,
Yulia Grigorieva

@vmeretin
Copy link
Contributor Author

vmeretin commented Jul 6, 2022

Yes, most likely it is due to hot reload. I don't see similar errors from production builds.

@vmeretin vmeretin closed this as completed Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants