648540858
2022-04-26 62f5b3dfdd6352a9ecf1f87c600cacd48da04693
1
2
3
4
5
package com.genersoft.iot.vmp.gb28181.bean;
 
public interface InviteStreamCallback {
    void call(InviteStreamInfo inviteStreamInfo);
}