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