xiaoQQya
2023-07-17 153523a32fffdde55f0eea9075679121da689f96
1
2
3
4
5
package com.genersoft.iot.vmp.gb28181.bean;
 
public interface InviteStreamCallback {
    void call(InviteStreamInfo inviteStreamInfo);
}