648540858
2024-01-05 f3acf33fbf8b9db0ca6231f4648f0761340cbb1e
1
2
3
4
5
package com.genersoft.iot.vmp.gb28181.bean;
 
public interface InviteStreamCallback {
    void call(InviteStreamInfo inviteStreamInfo);
}