修复语音对讲

This commit is contained in:
648540858
2024-09-11 16:59:52 +08:00
parent 91a8dc59a8
commit e078360928
11 changed files with 194 additions and 180 deletions

View File

@@ -6,7 +6,8 @@ import lombok.Data;
@Data
public class InviteInfo {
private String requesterId;
private String channelId;
private String targetChannelId;
private String sourceChannelId;
private String sessionName;
private String ssrc;
private boolean tcp;