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