-
Notifications
You must be signed in to change notification settings - Fork 124
Closed
Labels
T-DefectSomething isn't working: bugs, crashes, hangs, vulnerabilities, or other reported problemsSomething isn't working: bugs, crashes, hangs, vulnerabilities, or other reported problems
Description
Steps to reproduce
Using roughly this command it was previously possible to stream video into a room
lk join-room \
--room "${ROOM}" \
--identity "videobot" \
${API} \
--publish "${VIDEO_SOCK}" \
--publish "${AUDIO_SOCK}" \
--fps "${FPS}"
but it no longer works any more. Instead now it spits into the browser console [MatrixAudioRenderer] Audio track videobot has no matching matrix call member current members: @aaa:bbb.com:CDEFGHIJK track will not get rendered
(this is from src/livekit/MatrixAudioRenderer.tsx)
The reason I think this is a bug is that using livekit cli to "join-room" the user is not considered part of the room despite everything saying otherwise. eg.
LIVEKIT_URL='http://aaa:7880' LIVEKIT_API_KEY='bbb' LIVEKIT_API_SECRET='abc123' lk room participants list '!ABC:def.com'
Using url, api-key, api-secret from environment
@aaa:bbb.com:CDEFGHIJK (ACTIVE) tracks: 1
videobot (ACTIVE) tracks: 2
Outcome
Used to work, no longer does.
Operating system
Linux
Browser information
Any
URL for webapp
0.13.1
Will you send logs?
No
Metadata
Metadata
Assignees
Labels
T-DefectSomething isn't working: bugs, crashes, hangs, vulnerabilities, or other reported problemsSomething isn't working: bugs, crashes, hangs, vulnerabilities, or other reported problems