davidche
2023-09-06 18aff4b546d4f55da8bc8536d5be81e57897d61a
1
2
3
4
5
package com.genersoft.iot.vmp.gb28181.bean;
 
public interface InviteStreamCallback {
    void call(InviteStreamInfo inviteStreamInfo);
}