You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenIM-Robot
changed the title
调用livekit音视频通话报错 "invalid API key: APIGPW3gnFTzqHH"
The call to livekit audio and video call error "invalid API key: APIGPW3gnFTzqHH"
May 30, 2025
OpenIM Server Version
v3.8.3-patch.3
Operating System and CPU Architecture
macOS (AMD)
Deployment Method
Docker Deployment
Issue Description and Steps to Reproduce
在本机mac的docker 上跑的openIM-docker项目。
在_config_目录下创建 livekit.yaml 文件,内容如下:
docker-compose.yaml上的配置在默认配置基础上的的修改点如下:
启动open-IM-docker服务使用docker指令
docker compose up -d
启动的livekit服务的docker指令,其中 172.16.8.66 为本地ip
docker run -d \ -p 7880:7880 \ -p 7881:7881 \ -p 7882:7882/udp \ -v $PWD/config/livekit.yaml:/livekit.yaml \ livekit/livekit-server \ --config /livekit.yaml \ --bind 0.0.0.0 \ --node-ip=172.16.8.66
启动后,使用app-demo登录后,发起语音通话,livekit 报错:
并且多次尝试都是提示的 无效Api-key为:“APIGPW3gnFTzqHH”
Screenshots Link
No response
The text was updated successfully, but these errors were encountered: