Skip to content

Commit 5984235

Browse files
committed
升级p2p版本号补提
1 parent f407ffd commit 5984235

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

sdkdemo/src/main/java/com/tencent/iot/explorer/link/demo/video/preview/VideoPreviewMJPEGActivity.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ class VideoPreviewMJPEGActivity : VideoPreviewBaseActivity(), EventView,
107107
BuildConfig.TencentIotLinkSDKDemoAppSecret //为explorer平台注册的应用信息(https://console.cloud.tencent.com/iotexplorer/v2/instance/app/detai) explorer控制台- 应用开发 - 选对应的应用下的 appkey/appsecret
108108
appConfig.autoConfigFromDevice = true
109109
appConfig.type = XP2PProtocolType.XP2P_PROTOCOL_AUTO
110-
appConfig.crossStunTurn = false
111110
}
112111

113112
override fun getContentView(): Int {

sdkdemo/src/main/java/com/tencent/iot/explorer/link/demo/video/preview/VideoPushStreamActivity.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ class VideoPushStreamActivity : VideoPreviewBaseActivity(), EventView,
106106
BuildConfig.TencentIotLinkSDKDemoAppSecret //为explorer平台注册的应用信息(https://console.cloud.tencent.com/iotexplorer/v2/instance/app/detai) explorer控制台- 应用开发 - 选对应的应用下的 appkey/appsecret
107107
appConfig.autoConfigFromDevice = true
108108
appConfig.type = XP2PProtocolType.XP2P_PROTOCOL_AUTO
109-
appConfig.crossStunTurn = false
110109
}
111110

112111
override fun getContentView(): Int {

0 commit comments

Comments
 (0)