chore: Make VOIP plugin less noisy in logs

This commit is contained in:
krille-chan 2024-08-11 08:56:48 +02:00
parent d3298f0b09
commit 1c6d8a0579
No known key found for this signature in database

View file

@ -36,7 +36,6 @@ class VoipPlugin with WidgetsBindingObserver implements WebRTCDelegate {
void didChangeAppLifecycleState(AppLifecycleState? state) {
background = (state == AppLifecycleState.detached ||
state == AppLifecycleState.paused);
Logs().w('Set background mode in VOIP plugin', background);
}
void addCallingOverlay(String callId, CallSession call) {