Only receiving Notification, not call of upcoming calls

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. 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?