We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c30f77 commit 5191e88Copy full SHA for 5191e88
Source/SDK/LinkVideo/TIoTCoreXP2PBridge.mm
@@ -797,6 +797,9 @@ - (void)setAppConfig:(NSDictionary *)appconfig {
797
798
[self saveKeychainValue:tmp_p2p_log_enabled key:@"p2p_log_enabled"];
799
[self saveKeychainValue:tmp_ops_report_enabled key:@"ops_report_enabled"];
800
+
801
+ p2p_log_enabled = tmp_p2p_log_enabled.boolValue;
802
+ ops_report_enabled = tmp_ops_report_enabled.boolValue;
803
}
804
805
+ (NSString *)getSDKVersion {
0 commit comments