648540858
2023-06-29 0592fd676f3441110dd92a526fb7b8cb26c0557a
1
2
3
4
5
package com.genersoft.iot.vmp.gb28181.bean;
 
public interface InviteStreamCallback {
    void call(InviteStreamInfo inviteStreamInfo);
}