We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if i do
req = SendDataRequest(room='abc', data=json.dumps({ 'event': 'a', 'data':'b' })) await room.send_data(req)
rtc room will fail with
/livekit/rtc/room.py", line 455, in _retrieve_remote_participant participant = self.participants[sid] ~~~~~~~~~~~~~~~~~^^^^^ KeyError: ''
currently inherited Room to workaround
Room
self.participants.get(sid)
just new to livekit and not sure if we need a participant for server sent data
The text was updated successfully, but these errors were encountered:
Hey, this should be fixed with #215
Sorry, something went wrong.
No branches or pull requests
if i do
rtc room will fail with
currently inherited
Room
to workaroundjust new to livekit and not sure if we need a participant for server sent data
The text was updated successfully, but these errors were encountered: