|
|
|
|
215
|
}
|
215
|
}
|
216
|
}
|
216
|
}
|
217
|
|
217
|
|
218
|
- Notification notification = OngoingNotification.buildOngoingConferenceNotification(isAudioMuted, this, tapBackActivity);
|
|
|
|
|
218
|
+ Notification notification = OngoingNotification.buildOngoingConferenceNotification(this.isAudioMuted, this, tapBackActivity);
|
219
|
if (notification == null) {
|
219
|
if (notification == null) {
|
220
|
stopSelf();
|
220
|
stopSelf();
|
221
|
JitsiMeetLogger.w(TAG + " Couldn't start service, notification is null");
|
221
|
JitsiMeetLogger.w(TAG + " Couldn't start service, notification is null");
|