Commit ae9976bb3a59cc3d9952dda6d9388bb412baa158

Authored by xu-bin-bin
Committed by GitHub
2 parents 90d9cd8a 2bb7e236

Merge branch '648540858:wvp-28181-2.0' into wvp-28181-2.0

src/main/java/com/genersoft/iot/vmp/service/impl/InviteStreamServiceImpl.java
... ... @@ -257,7 +257,7 @@ public class InviteStreamServiceImpl implements IInviteStreamService {
257 257 ":" + inviteInfo.getDeviceId() +
258 258 ":" + inviteInfo.getChannelId() +
259 259 ":" + inviteInfo.getStream() +
260   - ":" + inviteInfo.getSsrcInfo().getSsrc();
  260 + ":" + ssrc;
261 261 if (inviteInfoInDb.getSsrcInfo() != null) {
262 262 inviteInfoInDb.getSsrcInfo().setSsrc(ssrc);
263 263 }
... ...