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