648540858
2023-03-14 943f95ba8ce02f8088f2dfcfd83a60391a8a65a6
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();
}