Merge branch 'v0.11'

This commit is contained in:
Paul-Louis Ageneau
2021-03-08 19:27:25 +01:00
8 changed files with 2 additions and 37 deletions

View File

@ -246,9 +246,5 @@ void test_turn_connectivity() {
pc2.close();
this_thread::sleep_for(1s);
// You may call rtc::Cleanup() when finished to free static resources
rtc::Cleanup();
this_thread::sleep_for(1s);
cout << "Success" << endl;
}