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 cc1472b commit c0f05c6Copy full SHA for c0f05c6
Source/LinkSDKDemo/Video/P2P/Controller/TIoTDemoVideoPushVC.m
@@ -222,6 +222,8 @@ -(void)viewWillDisappear:(BOOL)animated{
222
[self recoverNavigationBar];
223
224
self.navigationController.navigationBar.tintColor = [UIColor blackColor];
225
+
226
+ [[TIoTCoreXP2PBridge sharedInstance] stopService:self.deviceName?:@""];
227
}
228
229
- (void)viewDidAppear:(BOOL)animated {
0 commit comments