648540858
2023-09-20 4ba0e3c13e7d40199d611d220f894e3164839259
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 收流超时
}