Skip to content

Commit 5dcaa3b

Browse files
author
eagleychen
committed
默认关闭
1 parent a4f03b2 commit 5dcaa3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/SDK/LinkVideo/TIoTCoreXP2PBridge.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ - (XP2PErrCode)startAppWith:(NSString *)pro_id dev_name:(NSString *)dev_name {
259259
config.userid = [self getAppUUID];
260260

261261
config.type = XP2P_PROTOCOL_AUTO;
262-
config.crossStunTurn = YES;
262+
config.crossStunTurn = NO;
263263
return [self startAppWith:pro_id dev_name:dev_name appconfig:config];
264264
}
265265
- (XP2PErrCode)startAppWith:(NSString *)pro_id dev_name:(NSString *)dev_name appconfig:(TIoTP2PAPPConfig *)appconfig {

0 commit comments

Comments
 (0)