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

CallKeep is not working on color os and oxygen os android 11 #149

Open
bilalgodesto opened this issue Jun 22, 2022 · 0 comments
Open

CallKeep is not working on color os and oxygen os android 11 #149

bilalgodesto opened this issue Jun 22, 2022 · 0 comments

Comments

@bilalgodesto
Copy link

I have implement flutter webrtc and callkeep successfully. It is working fine on android [samsung] and ios devices but when i try to use same code on android devices [realme (Color v11) , OnePlus Nord2 5G Android OxygenOS version 11.3 ] it has stopped working and not showing callscreen.

The following code is not showing callwindow but working fine on IOS and android [Samsung]

try {
      await _callKeep.displayIncomingCall(
        uuid,
        uuid,
        localizedCallerName: callerName,
        hasVideo: true,
      );
    } catch (e) {
      print('EXCEPTION AT dISPLAY CALL:: ${e.toString()}');
    }

@bilalgodesto bilalgodesto changed the title CallKeep is not working on coloros and oxygen os android 11 CallKeep is not working on color os and oxygen os android 11 Jun 22, 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

1 participant