chore: Make VOIP plugin less noisy in logs

pull/1272/head
krille-chan 7 months ago
parent d3298f0b09
commit 1c6d8a0579
No known key found for this signature in database

@ -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) {

Loading…
Cancel
Save