648540858
2023-01-09 9b9a13ab36fe93153148a489436e04b12aabcdd6
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 收流超时
}