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