This message was deleted.
# helpdesk
s
This message was deleted.
d
CC: @polite-kilobyte-67570 @eager-zoo-16408 I think the right behavior is if the Room isn't connected, we should catch this and ignore. wdyt?
e
Sounds reasonable to me. Do you see any problems with this approach, @polite-kilobyte-67570?
p
agree, this sounds reasonable.
b
Thanks all for the quick fix!
I had one other related question on documentation: the
LiveKitRoom
component says the
defaultValue
for
audio
and
video
is
true
here and here respectively. But the
defaultRoomProps
has both of those defaulting to
false
here. Working with the component, they seem to be defaulting to false, is there something else that should be defaulting those values to true?
p
thanks! the docs are wrong! defaults are false, we’ll fix that
👍 1
b
Thanks!