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