Closed nicemak closed 6 years ago
So, if you got notification about call, by this event you can start CallService - CallService.start(), which can launch calling activity or whatever you need. Just have a look at sample video chat more carefully.
the problem is i can't find where notification received, i completely removed FCM but i receive notifications, if i know the place where notification arrives i will start the CallService
Long time inactivity.
Help avoid duplicate issue reports, check [existing issues](link to issues section of repo)
Environment details (Operating system, browser information, SDK version) Android Oreo 8.1.0, SDK version: 3.7.0
Did this work before? No
Expected behavior When app is closed and someone calling me, it should display calling activity
Actual behavior a notification comes only
`public class CallService extends Service { private static final String TAG = CallService.class.getSimpleName(); // private QBChatService chatService; private QBRTCClient rtcClient; private PendingIntent pendingIntent; private int currentCommand; private QBUser currentUser;
}`