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