Giter Club home page Giter Club logo

flutter_demos's People

Contributors

ivanesi avatar niveuseverto avatar pe1ros avatar vladimirbrejcha avatar yesvladess avatar yuliagrigorieva avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flutter_demos's Issues

For using qusetion

hi, I'm try to use audio call example
And find a problem, the login account and password
Should I use my own voximplant account ?
Or I need to link my account with this example

Flutter Audio Call

I want to make an audio calling application in flutter but i didn't get any appropriate answer, i was able to make video calling with agora flutter but didn't find the audio calling source and i also tried voximplant but it didn't work, kindly give me the proper source code link, i will be very thankful

Did you confirm 'performAnswerCallAction' callback fired

Hi!
In this callback,

Future<void> _performAnswerCallAction(String uuid) async {
print('CallServiceIOS: performAnswerCallAction(uuid: $uuid)');
if (call != null) {
GetIt locator = GetIt.instance;
locator<NavigationService>().navigateTo(CallScreen.routeName,
arguments: CallArguments.withCallId(call.callId));
await _audioDeviceManager.callKitConfigureAudioSession();
await super.answer();
}
}

Did you confirm this fired ?
I use flutter_call_kit but I can't confirm yet.
I confirmed only didActivateAudioSession and performEndCallAction fired.

Can't use the Demo Project to login

I clone this demo project , but can't login .
I have been created applications & two users at the control panel to login, but still return the "Invalid username" to me...
What else am I missing? please help me thanks

Great update for push notification, but there are errors on the demo

Hi @VladimirBrejcha ,

Thanks for the update, but the way you handle the push notification can't be work as it should be, at the demo too I faced the following problems:

1- When I start the call it give me the status "connecting ..." and it last for only 20 seconds, and that's not enough to handle from other device to click on the notification, so we hope if you can login the other user when he receive the push notification either he clicked or didn't click on the notification, so that the "ringing.." status can be change the timeout to be like a 60 sec and that's a good time so that the other user can answer the call.

2- when the call failed, without the other user answer ( as example after 20 sec, or if the other user canceled for any reason) and then the receiver tried to click on the notification, the application still opens on incoming call screen and when he click to answer the page still give him "connecting .." without anything else and cannot be closed, see this video https://jmp.sh/zn8qyfV

3- I tried to check the method pushNotificationReceived so I can add there anything to loggin the user or add a print value or anything that cannot be printed, so I don't know from where I can change the notification that has been sent to the device, I need to change the "Incoming call" message on the notifcation as example, from where exactly can I get to that ?!

its showing just connecting but not started actual video call

in video call demo flutter app, it gives me
-NoSuchMethodError: The getter 'localVideoStream' was called on null.
and it shows calling screen when I click the accept button it opens the video calling screen but does not start a video call it shows only connecting.....what to do??? what I am missing????

cannot receive calls.

Hello guys.
I want to use VoxImplant SDK so i can achieve audio calls functionality.
i used the demo code and i've tried it.
when i tried to implement it on my project i couldn't receive incoming calls.
the only functionality that works is making a call.
the SDK log:
1 callService(774489783): _onIncomingCall 2 flutter: caller is ***** 3 flutter: [FlutterCallKit:INFO > FCXCallObserver.callChanged: DA1279A6-1BCA-42F3-9F26-000C33000A81] 4 flutter: [FlutterCallKit:INFO > FCXProvider.reportNewIncomingCall] 5 flutter: [FlutterCallKit:INFO > FCXProvider.executeTransaction] 6 flutter: [FlutterCallKit:INFO > FCXTransaction.getActions] 7 flutter: [FlutterCallKit:INFO > FCXProvider.FCXEndCallAction] 8 flutter: -------- call declined ----------- 9 flutter: [FlutterCallKit:INFO > FCXEndCallAction.fulfill] 10 flutter: [FlutterCallKit:INFO > FCXCallObserver.callChanged: DA1279A6-1BCA-42F3-9F26-000C33000A81] [log] CallService(774489783): onCallDisconnected 11 flutter: call ended because FCXCallEndedReason.remoteEnded

it seems like all incoming calls are rejected before incomingCall event launches the widget.
any help guys?

Problem with calls after hot restart

Hello, My issue is that all calls failed after a hot restart or after answering 1 call from the background using flutter_callkit_incoming plugin push UI and it doesn't work again till closing and reopening my application.

Incoming call notifications

hello,
The incoming call notification only works when the app is open. Please advise me on how can i implement the incoming call screen for when the app is terminated, and when the screen is locked. Thanks

Second call from the background bug

that problem solved, but new issues raised
I need 3 scenarios where a video call or audio call should work,2 of them scenarios are working perfectly
1 scenario where it's not working is below:
when the receiver gets an incoming call and it gets connected and after the call ends the receiver goes to the background
and again the same receiver got another call then the receiver gets a notification, after a click on the notification it goes to IncomingCallPage
and shoes incoming calling screen for 1 second and automatically goes to MakeCallPage and shows 'Logged in as null' though its LoginPage state shows LoginLastUserLoaded or LoginSuccess and screen stuck there

if I kill the app then it's working perfectly

Other 2 scenario working perfectly like:
when the app is killed
when the app is in the foreground

Sound during an incoming call

Hello! I encountered a bug where there is no sound during an incoming call on Android. I added the WAV file just like in your example. Could you please advise on what might be the cause?
2023-12-13_01-44-46

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.