diff --git a/Packages/StreamVideo/Runtime/Core/LowLevelClient/RtcSession.cs b/Packages/StreamVideo/Runtime/Core/LowLevelClient/RtcSession.cs index 1a212e1..749e413 100644 --- a/Packages/StreamVideo/Runtime/Core/LowLevelClient/RtcSession.cs +++ b/Packages/StreamVideo/Runtime/Core/LowLevelClient/RtcSession.cs @@ -125,9 +125,6 @@ public WebCamTexture VideoInput var prev = _videoInput; _videoInput = value; - _publisherVideoSettings.MaxResolution = new VideoResolution((uint)value.width, (uint)value.height); - _publisherVideoSettings.FrameRate = (uint)value.requestedFPS; - if (prev != _videoInput) { VideoInputChanged?.Invoke(value);