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