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