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