Iwan Lebron
2024-07-27 7d172ffad2661a5eb956a8d332dd677aedbd7f87
1
2
3
4
5
package com.genersoft.iot.vmp.gb28181.bean;
 
public interface InviteStreamCallback {
    void call(InviteStreamInfo inviteStreamInfo);
}