Jeremy před 2 roky
rodič
revize
2bdfc012d3
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      Service/DeviceService.cs

+ 2 - 1
Service/DeviceService.cs

@@ -34,6 +34,7 @@ using WingInterfaceLibrary.DTO.RTC;
 using Newtonsoft.Json;
 using WingInterfaceLibrary.Notifications.Live;
 using WingInterfaceLibrary.Enum.NotificationEnum;
+using WingInterfaceLibrary.DTO.LiveRoom;
 
 namespace WingDeviceService.Service
 {
@@ -1111,7 +1112,7 @@ namespace WingDeviceService.Service
                 DeviceCode = deviceCode
             });
             var liveRoom = liveRooms?.FirstOrDefault(x => x.Status == LiveRoomStatus.Initiating);
-            LiveMemberDTO deviceMemberInfo;
+            WingInterfaceLibrary.DTO.RTC.LiveMemberDTO deviceMemberInfo;
             if (liveRoom != null)
             {
                 //设备正在推流