guoshilong
2023-10-08 1ad4e77cc910abdb7e95ebea160473526c8ac9ce
src/main/java/com/dji/sample/manage/service/ILiveStreamService.java
@@ -16,6 +16,7 @@
    /**
     * Get all the drone data that can be broadcast live in this workspace.
     * 获取所有可以在这个工作区中直播的无人机数据。
     * @param workspaceId
     * @return
     */
@@ -30,6 +31,7 @@
    /**
     * Initiate a live streaming by publishing mqtt message.
     * 通过发布mqtt消息启动实时流。
     * @param liveParam Parameters needed for on-demand.
     * @return
     */
@@ -37,6 +39,7 @@
    /**
     * Stop the live streaming by publishing mqtt message.
     * 通过发布mqtt消息来停止实时流。
     * @param videoId
     * @return
     */