Jeremy 2 년 전
부모
커밋
732a25bac2
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      Service/DeviceService.cs

+ 3 - 2
Service/DeviceService.cs

@@ -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,
             };
         }