Remove console.log (#177)
This commit is contained in:
parent
3274408d14
commit
5eeb092bd8
@ -116,7 +116,6 @@ const ActiveRoom = ({ roomName, userChoices, onLeave }: ActiveRoomProps) => {
|
||||
if (e2eeEnabled && (videoCodec === 'av1' || videoCodec === 'vp9')) {
|
||||
videoCodec = undefined;
|
||||
}
|
||||
console.log('video codec', videoCodec);
|
||||
return {
|
||||
videoCaptureDefaults: {
|
||||
deviceId: userChoices.videoDeviceId ?? undefined,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user