648540858
2023-10-23 16c056e338b7d2006da05f1f70bf87624f458d3d
1
2
3
4
5
package com.genersoft.iot.vmp.gb28181.bean;
 
public interface InviteStreamCallback {
    void call(InviteStreamInfo inviteStreamInfo);
}