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