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