@@ -326,10 +326,6 @@ int test_capi_connectivity_main() {
deletePeer(peer2);
sleep(1);
- // You may call rtcCleanup() when finished to free static resources
- rtcCleanup();
- sleep(1);
-
printf("Success\n");
return 0;
@@ -177,10 +177,6 @@ int test_capi_track_main() {
@@ -251,9 +251,5 @@ void test_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;
}
@@ -143,9 +143,5 @@ void test_track() {
@@ -258,9 +258,5 @@ void test_turn_connectivity() {
@@ -78,10 +78,6 @@ void test_websocket() {
ws->close();