Remove cookie confirmation in recording url

On a web page developed in Laravel, I am displaying the recording URL https://us06web.zoom.us/rec/play/… in an iframe. But it always shows the cookie confirmation to the user. Is there a way to remove this confirmation either programmatically or from the Zoom panel?

Unfortunately for you, the Optanon* cookies have a SameSite attribute value of Lax, so Zoom would have to change it to None to allow past visitor preferences to carry over to your IFRAME. Even this change won’t be functional for much longer due to third-party cookies being phased out; hopefully Zoom will have a revamp that takes that into consideration.