# Only receiving Notification, not call of upcoming calls

**URL:** https://community.sendbird.com/t/only-receiving-notification-not-call-of-upcoming-calls/812
**Category:** Sendbird Voice/Video Calls
**Tags:** sendbird-call, voice-call, video-call
**Created:** [August 16, 2020, 6:26pm UTC](https://community.sendbird.com/t/only-receiving-notification-not-call-of-upcoming-calls/812 "2020-08-16T18:26:04Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![Alex\_Preston](https://sea2.discourse-cdn.com/flex020/user_avatar/community.sendbird.com/alex_preston/32/167_2.png) [@Alex\_Preston](https://community.sendbird.com/u/Alex_Preston)
#### Post date: [August 18, 2020, 9:14pm UTC](https://community.sendbird.com/t/only-receiving-notification-not-call-of-upcoming-calls/812/5 "2020-08-18T21:14:02Z")

</div>

Ahh, I get it. I was using 1.1.3 sample app, which does show how to display full screen notifications as you can see in image attached. Hadn’t pulled 1.2.0 to see that they changed the implementation. If you want a rough idea as to how it used to be done, I think you can reference this [commit](https://github.com/sendbird/quickstart-calls-android/commit/b1d2b7f0394222a43a6d73e58a80e952ec3f1b9b). Essentially in the `SendBirdCall.addListener` of the BaseActivity, they have a call `ActivityUtils.startCallActivityAsCallee(context, call);` this launches the Activity for either Video call or Voice call(Based on which it is, the appropriate UI will be displayed). Does this give you a better idea?

 ![Screen Shot 2020-08-18 at 1.51.38 PM](https://us1.discourse-cdn.com/flex020/uploads/sendbird/original/1X/5a07a17679dd1a0bda1a5f292003139146fcaf0c.jpeg)

---

_[View the full topic](https://community.sendbird.com/t/only-receiving-notification-not-call-of-upcoming-calls/812)._
