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