Cloud User
2023-09-15 bc431e429026d5efb9d404767f76a0724978d40d
1
2
3
4
5
package com.genersoft.iot.vmp.gb28181.bean;
 
public interface InviteStreamCallback {
    void call(InviteStreamInfo inviteStreamInfo);
}