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