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 0a2e365 commit a010d90Copy full SHA for a010d90
Source/LinkSDKDemo/Video/P2P/Controller/TIoTDemoPreviewDeviceVC.m
@@ -1182,7 +1182,7 @@ - (void)refushVideo:(NSNotification *)notify {
1182
UIViewController *view = [self getCurrentViewController];
1183
if ([view isMemberOfClass:[TIoTDemoPreviewDeviceVC class]]) {
1184
NSString *DeviceName = [notify.userInfo objectForKey:@"id"];
1185
- NSString *selectedName = self.deviceName?:@"";
+ NSString *selectedName = self.combinedId;
1186
1187
if (![DeviceName isEqualToString:selectedName]) {
1188
return;
0 commit comments