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