websocket 整合

This commit is contained in:
张良(004796)
2023-12-29 18:17:27 +08:00
parent 3888da346c
commit 0ee961e550
46 changed files with 366 additions and 223 deletions

View File

@@ -9,7 +9,7 @@ import java.math.BigDecimal;
@Schema(description = "拨打视频返回模型")
public class CallResp {
@Schema(description = "房间号")
private String roomId;
private Long roomId;
@Schema(description = "拨打者-用户ID")
private Long fromUid;
@Schema(description = "拨打者-昵称")