if (options.video.frameRate) {
                        opts.video.mandatory.minFrameRate = options.video.frameRate;
                        opts.video.mandatory.maxFrameRate = options.video.frameRate;
                    }