修复点播异常后无法再次点播的BUG
This commit is contained in:
@@ -33,6 +33,8 @@ public class InviteInfo {
|
||||
|
||||
private Long expirationTime;
|
||||
|
||||
private Long createTime;
|
||||
|
||||
|
||||
public static InviteInfo getInviteInfo(String deviceId, Integer channelId, String stream, SSRCInfo ssrcInfo, String mediaServerId,
|
||||
String receiveIp, Integer receivePort, String streamMode,
|
||||
|
||||
@@ -18,7 +18,7 @@ public class VideoManagerConstants {
|
||||
|
||||
public static final String DEVICE_PREFIX = "VMP_DEVICE_INFO";
|
||||
|
||||
public static final String INVITE_PREFIX = "VMP_INVITE_INFO";
|
||||
public static final String INVITE_PREFIX = "VMP_GB_INVITE_INFO";
|
||||
|
||||
public static final String PLATFORM_CATCH_PREFIX = "VMP_PLATFORM_CATCH_";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user