648540858
2023-05-23 babc0f79cb78df17a67eac5291640f580efd06be
src/main/java/com/genersoft/iot/vmp/service/IInviteStreamService.java
@@ -60,4 +60,9 @@
     * 调用一个invite回调
     */
    void call(InviteSessionType type, String deviceId, String channelId, String stream,  int code, String msg, Object data);
    /**
     * 清空一个设备的所有invite信息
     */
    void clearInviteInfo(String deviceId);
}