steep-balloon-41261
07/04/2023, 10:56 PMbright-restaurant-19625
07/04/2023, 10:57 PMconst room = await roomState.connect(url, token, undefined);
const videoTrack = await createLocalVideoTrack({
deviceId: { exact: deviceId },
// preset resolutions
resolution: VideoPresets.h1080,
});
await room.localParticipant.publishTrack(videoTrack);bright-restaurant-19625
07/04/2023, 10:58 PMbright-restaurant-19625
07/04/2023, 11:39 PMexact deviceId so that it connects the correct device to the room. Without the exact keyword it doesn't add the correct device.dry-elephant-14928
07/05/2023, 7:22 AMgetUserMedia? does it give you 1080p?bright-restaurant-19625
07/05/2023, 10:07 AMgetUserMedia returns the same 640x480 dimensionsbright-restaurant-19625
07/05/2023, 10:29 AM640x480. Very strange.dry-elephant-14928
07/05/2023, 10:17 PMbright-restaurant-19625
07/10/2023, 6:10 AM