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