panlinlin
2024-06-13 70e6d919e9011688653627fdffa64c94d6109341
1
2
3
4
5
package com.genersoft.iot.vmp.gb28181.bean;
 
public interface InviteStreamCallback {
    void call(InviteStreamInfo inviteStreamInfo);
}