648540858
2022-09-05 cfe9c762d680569136d0246ab61c79cd7e4eba50
1
2
3
4
5
package com.genersoft.iot.vmp.gb28181.bean;
 
public interface InviteStreamCallback {
    void call(InviteStreamInfo inviteStreamInfo);
}