flutter-webrtc / callkeep

iOS CallKit and Android ConnectionService for Flutter
MIT License
133 stars 147 forks source link

[Documentation] How to start custom outgoing call? #46

Open VictorUvarov opened 3 years ago

VictorUvarov commented 3 years ago

Is it possible to start an outgoing call using our own apps screen, but still let android know that an outgoing call has started?

VictorUvarov commented 3 years ago

Maybe it would be better if I just use an onGoing android notification that can't be dismissed to show an active call instead.

surveshoeb commented 3 years ago

@VictorUvarov have you achieved it? As per my knowledge, you can't invoke your background application via notification.

VictorUvarov commented 3 years ago

Either you create the ongoing notification via native code in the background once the call is accepted or create the same notification when you join the call in the app.