648540858
2022-01-05 dc20ccfce84d46f86209309ea70ba81d0360e070
src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java
@@ -15,6 +15,14 @@
public interface IRedisCatchStorage {
    /**
     * 计数器。为cseq进行计数
     *
     * @param method sip 方法
     * @return
     */
    Long getCSEQ(String method);
    /**
     * 开始播放时将流存入
     *
     * @param stream 流信息
@@ -177,8 +185,12 @@
     */
    void updateDevice(Device device);
    void removeDevice(String deviceId);
    /**
     * 获取Device
     */
    Device getDevice(String deviceId);
    void resetAllCSEQ();
}