Remove console.log (#177)
This commit is contained in:
parent
3274408d14
commit
5eeb092bd8
1 changed files with 0 additions and 1 deletions
|
@ -116,7 +116,6 @@ const ActiveRoom = ({ roomName, userChoices, onLeave }: ActiveRoomProps) => {
|
||||||
if (e2eeEnabled && (videoCodec === 'av1' || videoCodec === 'vp9')) {
|
if (e2eeEnabled && (videoCodec === 'av1' || videoCodec === 'vp9')) {
|
||||||
videoCodec = undefined;
|
videoCodec = undefined;
|
||||||
}
|
}
|
||||||
console.log('video codec', videoCodec);
|
|
||||||
return {
|
return {
|
||||||
videoCaptureDefaults: {
|
videoCaptureDefaults: {
|
||||||
deviceId: userChoices.videoDeviceId ?? undefined,
|
deviceId: userChoices.videoDeviceId ?? undefined,
|
||||||
|
|
Loading…
Add table
Reference in a new issue