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