WenyuanWu99

Results 1 comments of WenyuanWu99

It seems that some resources were taken. You can solve this by add below in src/sample/conference/src/main/java/owt/sample/conference/MainActivity.java ```java @Override protected void onDestroy() { super.onDestroy(); System.exit(0); } ``` use `System.exit(0);` to release...