With chrome im able to open the browser with command line arguments to fake webRCT. This gives me the ability to test if the WebRCT is working correctly on our site.
def include_chrome_driver
capabilities = Selenium::WebDriver::Remote::Capabilities.chrome("chromeOptions" => {
"args" =>
["--disable-user-media-security",
"--use-fake-device-for-media-stream",
"--use-fake-ui-for-media-stream"]