Handle case when call answered by tapping notification button (Android only)
void onAcceptNotif(int callId, bool withVideo) { _findCall(callId)?.accept(withVideo); }