升级trtc

This commit is contained in:
liyuhua
2023-11-03 11:19:14 +08:00
parent 47eab96f43
commit 95a8cfc86d
4 changed files with 35 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ static NSString *_from = nil;
if (isEnterprise == NO) {
_from = @"piko_Enterprise"; //
}else {
_from = @"appstore"; // App Store
_from = PI_App_Source; // App Store
}
}
}