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