chore: Make VOIP plugin less noisy in logs
This commit is contained in:
parent
d3298f0b09
commit
1c6d8a0579
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue