Browse Source

LiveRoom调整

Jeremy 2 years ago
parent
commit
2bdfc012d3
1 changed files with 2 additions and 1 deletions
  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)
             {
                 //设备正在推流