通话逻辑
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.ruoyi.cai.config;
|
||||
|
||||
import lombok.Data;
|
||||
import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
@Data
|
||||
@Component
|
||||
@ConfigurationProperties(prefix = "cai")
|
||||
public class CaiProperties {
|
||||
|
||||
private String webSocketUrl = "ws://localhost:8080?token=%s&room_id=%s";
|
||||
}
|
||||
Reference in New Issue
Block a user