|
@@ -1307,7 +1307,8 @@ namespace WingDeviceService.Service
|
|
|
return new JoinDeviceLiveRoomResult
|
|
|
{
|
|
|
RoomNo = liveRoom.RtcRoomId,
|
|
|
- RtmpUrl = deviceMemberInfo.LiveData.RtmpPullUrl,
|
|
|
+ //RtmpUrl = deviceMemberInfo.LiveData.RtmpPullUrl,
|
|
|
+ ReportStateIntervalSeconds = _reportStateIntervalSeconds,
|
|
|
};
|
|
|
}
|
|
|
}
|
|
@@ -1352,7 +1353,7 @@ namespace WingDeviceService.Service
|
|
|
return new JoinDeviceLiveRoomResult
|
|
|
{
|
|
|
RoomNo = initiateResult.RtcRoomId,
|
|
|
- RtmpUrl = deviceMemberInfo.LiveData.RtmpPullUrl,
|
|
|
+ //RtmpUrl = deviceMemberInfo.LiveData.RtmpPullUrl,
|
|
|
ReportStateIntervalSeconds = _reportStateIntervalSeconds,
|
|
|
};
|
|
|
}
|