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