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