feat(mobile,deploy): 接入安卓极光与华为通道并准备公网部署配置
客户端默认指向 jxd.jinniu.ink 的 HTTPS/WSS;登录后把 OpenIM userID 设为极光 alias。 华为 agconnect-services.json 不伪造、不入库。Master Secret 只从服务器文件注入。 Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# LiveKit 公网测试配置(jxd.jinniu.ink)
|
||||
# 仅由 deploy/public/docker-compose.public.yaml 挂载;内网仍用 livekit.yaml。
|
||||
#
|
||||
# 媒体候选地址走公网探测;信令经 Nginx 443 反代,UDP/TCP 媒体端口仍需对公网开放。
|
||||
port: 17880
|
||||
rtc:
|
||||
tcp_port: 17881
|
||||
udp_port: 17882
|
||||
use_external_ip: true
|
||||
room:
|
||||
departure_timeout: 300
|
||||
empty_timeout: 300
|
||||
logging:
|
||||
level: info
|
||||
Reference in New Issue
Block a user