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

firebase pn support #208

Open
wants to merge 11 commits into
base: feat/twilio-android-sdk-5
Choose a base branch
from

Conversation

grayalienventures
Copy link

This is a resolution to the issue where a call could not be completed with the existence of Firebase in the project.

@@ -284,7 +305,7 @@ private void setCallInProgressNotification(CallInvite callInvite, int notificati
int importance = NotificationManager.IMPORTANCE_LOW;
if (!isAppVisible()) {
if (BuildConfig.DEBUG) {
Log.i(TAG, "app is NOT visible.");
Log.i(TAG, "app is NOT visible eeeee.");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Log.i(TAG, "app is NOT visible eeeee.");
Log.i(TAG, "app is NOT visible.");

@@ -240,7 +259,9 @@ private String createChannel(int channelImportance) {
}

private void accept(CallInvite callInvite, int notificationId) {
Log.d(TAG, "accept()1");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Log.d(TAG, "accept()1");

@@ -73,9 +86,9 @@ public void onCallInvite(final CallInvite callInvite) {
Handler handler = new Handler(Looper.getMainLooper());
handler.post(new Runnable() {
public void run() {
CallNotificationManager callNotificationManager = new CallNotificationManager();
// CallNotificationManager callNotificationManager = new CallNotificationManager();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if not needed anymore, remove line

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

Successfully merging this pull request may close these issues.

None yet

4 participants