648540858
2023-08-08 5e34039deffa57fc50e93e45b6fa6879ce70e552
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();
}