增加RPC录像回放和录像下载

This commit is contained in:
648540858
2024-12-12 17:46:51 +08:00
parent 4f6e6b8e8e
commit 93afd46d0f
8 changed files with 167 additions and 19 deletions

View File

@@ -4,7 +4,7 @@ import lombok.Data;
// 从INVITE消息中解析需要的信息
@Data
public class InviteInfo {
public class InviteMessageInfo {
private String requesterId;
private String targetChannelId;
private String sourceChannelId;