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