jd-bus

Results 9 comments of jd-bus

@cybex-dev I confirm that I am experiencing the same issue * latest example build 0.1.4-dev * XCode 15.4 * iOS 17.4 I have tried both debug and release build mode...

@haduong825 I tried your repo with latest update and it didn't fix the hold issue. > For example app, you shoud comment unhold feature, Can you clarify that one? Which...

ah i see this worked for me ``` diff --git a/example/lib/screens/widgets/call_features.dart b/example/lib/screens/widgets/call_features.dart index 190ceab..14c373e 100644 --- a/example/lib/screens/widgets/call_features.dart +++ b/example/lib/screens/widgets/call_features.dart @@ -61,8 +61,8 @@ class _CallControlsState extends State { _subscription =...

Facing the same issue. Is there at least a way to catch the error so it wouldn't be a crasher? I already have `TwilioVoice.instance.call.place` wrapped in an error handler but...

Same issue here. Carrier and Version are missing. Is there a way that we can override it until you fix the bug?

Did you find a solution for this? Facing the same issue. Here's what it looks like for me: ``` flutter: voip-onCallStateChanged CallEvent.hold flutter: voip-onCallStateChanged CallEvent.unhold flutter: voip-onCallStateChanged CallEvent.hold flutter: voip-onCallStateChanged...

@kirilllapshev by the way this issue is probably a dupe of #207 the maintainer has commented on that one also