This message was deleted.
# helpdesk
s
This message was deleted.
s
have you tried e.g.
Copy code
room.localParticipant.publishTrack(canvasStream.getVideoTracks()[0])
Note: Above line should use after you received the
LivekitClient.RoomEvent.SignalConnected
event and code didn't fire
Copy code
room.localParticipant.setCameraEnabled(true);
room.localParticipant.setMicrophoneEnabled(true);
👍 1
b
Thank you, it works! I did fire room.localParticipant.setMicrophoneEnabled(true); but it didn't cause any disruption or error. Though I am currently only testing it on 1 laptop with 2 browsers... I will keep that in mind. Thank you!
👍 1