Browse Source

Cleanup double iceServers example line

Paul-Louis Ageneau 5 years ago
parent
commit
67218d8e23
1 changed files with 0 additions and 1 deletions
  1. 0 1
      test/capi.cpp

+ 0 - 1
test/capi.cpp

@@ -151,7 +151,6 @@ int test_capi_main() {
 	rtcConfiguration config2;
 	memset(&config2, 0, sizeof(config2));
 	// STUN server example
-	// const char *iceServers[1] = {"stun:stun.l.google.com:19302"};
 	// config2.iceServers = iceServers;
 	// config2.iceServersCount = 1;
 	// Port range example