浏览代码

LiveRoom调整

Jeremy 2 年之前
父节点
当前提交
2bdfc012d3
共有 1 个文件被更改,包括 2 次插入1 次删除
  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)
             {
                 //设备正在推流