Skip to content

Commit a010d90

Browse files
author
eagleychen
committed
add combinedID
1 parent 0a2e365 commit a010d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/LinkSDKDemo/Video/P2P/Controller/TIoTDemoPreviewDeviceVC.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ - (void)refushVideo:(NSNotification *)notify {
11821182
UIViewController *view = [self getCurrentViewController];
11831183
if ([view isMemberOfClass:[TIoTDemoPreviewDeviceVC class]]) {
11841184
NSString *DeviceName = [notify.userInfo objectForKey:@"id"];
1185-
NSString *selectedName = self.deviceName?:@"";
1185+
NSString *selectedName = self.combinedId;
11861186

11871187
if (![DeviceName isEqualToString:selectedName]) {
11881188
return;

0 commit comments

Comments
 (0)