From 0c5b30e74f46d71ff1f2dc08ad55f003f29852dd Mon Sep 17 00:00:00 2001
From: 648540858 <648540858@qq.com>
Date: 星期四, 01 六月 2023 14:55:14 +0800
Subject: [PATCH] Merge pull request #878 from callinglove/wvp-28181-2.0

---
 src/main/java/com/genersoft/iot/vmp/service/impl/PlayServiceImpl.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/genersoft/iot/vmp/service/impl/PlayServiceImpl.java b/src/main/java/com/genersoft/iot/vmp/service/impl/PlayServiceImpl.java
index a12cf23..f75a5fc 100644
--- a/src/main/java/com/genersoft/iot/vmp/service/impl/PlayServiceImpl.java
+++ b/src/main/java/com/genersoft/iot/vmp/service/impl/PlayServiceImpl.java
@@ -368,7 +368,7 @@
                                     return;
                                 }
                                 callback.run(InviteErrorCode.SUCCESS.getCode(),
-                                        InviteErrorCode.SUCCESS.getMsg(), null);
+                                        InviteErrorCode.SUCCESS.getMsg(), streamInfo);
                                 inviteStreamService.call(InviteSessionType.PLAY, device.getDeviceId(), channelId, null,
                                         InviteErrorCode.SUCCESS.getCode(),
                                         InviteErrorCode.SUCCESS.getMsg(),

--
Gitblit v1.8.0