648540858
2023-02-09 03ee15ece2ff749be8f4c211e1ee6fd3a3a6066d
src/main/java/com/genersoft/iot/vmp/gb28181/task/ISubscribeTask.java
@@ -2,8 +2,9 @@
import javax.sip.DialogState;
/**
 * @author lin
 */
public interface ISubscribeTask extends Runnable{
    void stop();
    DialogState getDialogState();
}