648540858
2023-03-30 8a590d5c39f0f8bb1a4bfab427deb9483f780f4b
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 收流超时
}