소스 검색

Cleanup double iceServers example line

Paul-Louis Ageneau 5 년 전
부모
커밋
67218d8e23
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      test/capi.cpp

+ 0 - 1
test/capi.cpp

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