fix: Disconnect from room before app closes. (#218)

* fix: Disconnect from room before app closes.

* chore: add app state listener.

* Remove unused import.

* fix `flutter test`.

* singleton.
This commit is contained in:
CloudWebRTC
2022-12-05 17:28:11 +08:00
committed by GitHub
parent 833fd658b2
commit 73927c9f71
8 changed files with 53 additions and 3 deletions
@@ -5,6 +5,7 @@
list(APPEND FLUTTER_PLUGIN_LIST
connectivity_plus_windows
flutter_webrtc
flutter_window_close
livekit_client
)