Merge branch '648540858:wvp-28181-2.0' into wvp-28181-2.0
commit
ae9976bb3a
|
@ -257,7 +257,7 @@ public class InviteStreamServiceImpl implements IInviteStreamService {
|
||||||
":" + inviteInfo.getDeviceId() +
|
":" + inviteInfo.getDeviceId() +
|
||||||
":" + inviteInfo.getChannelId() +
|
":" + inviteInfo.getChannelId() +
|
||||||
":" + inviteInfo.getStream() +
|
":" + inviteInfo.getStream() +
|
||||||
":" + inviteInfo.getSsrcInfo().getSsrc();
|
":" + ssrc;
|
||||||
if (inviteInfoInDb.getSsrcInfo() != null) {
|
if (inviteInfoInDb.getSsrcInfo() != null) {
|
||||||
inviteInfoInDb.getSsrcInfo().setSsrc(ssrc);
|
inviteInfoInDb.getSsrcInfo().setSsrc(ssrc);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue