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