|
@@ -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)
|
|
|
{
|
|
|
//设备正在推流
|