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