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