@@ -29,7 +29,7 @@ import java.util.concurrent.ConcurrentHashMap;
@Data
@Slf4j
@Component
-@ServerEndpoint(value = "/ws/group-video-chat/{groupId}/{userId}")
+@ServerEndpoint(value = "/ws/group-video-chat/dcs/{groupId}/{userId}")
public class GroupVideoChatDcsWebSocket {
/**
* 群聊多人音视频webscoket连接对象存储
@@ -37,7 +37,7 @@ import java.util.concurrent.ConcurrentHashMap;
-@ServerEndpoint(value = "/ws/group-video-chat/dcs/{groupId}/{userId}")
+@ServerEndpoint(value = "/ws/group-video-chat/{groupId}/{userId}")
public class GroupVideoChatWebSocket {