websocket 整合
This commit is contained in:
@@ -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 = "拨打者-昵称")
|
||||
|
||||
Reference in New Issue
Block a user