mrjackwang
2022-08-06 28df05e261c0d63050d0bd938b7a6a2c2938b8e9
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 收流超时
}