648540858
2022-04-01 2659f1055146597957820214ea5bc12bc49d20d4
1
2
3
4
5
package com.genersoft.iot.vmp.gb28181.bean;
 
public interface InviteStreamCallback {
    void call(InviteStreamInfo inviteStreamInfo);
}