zxl
2025-06-12 9f16b5c553b479ea12fe368a7ecc748872ea8b98
1
2
3
4
5
6
package com.genersoft.iot.vmp.service.bean;
 
public interface InviteTimeOutCallback {
 
    void run(int code, String msg); // code: 0 sip超时, 1 收流超时
}