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