top of page
bottom of page
< script > setTimeout ( function (){ // waiting time for iframe elements loading. var iframes = document . querySelectorAll ( “iframe” ); for(const iframe of iframes){ iframe . setAttribute ( “allow” , “microphone; camera” ); var y = iframe . parentNode ; var x = iframe ; x . setAttribute ( “allow” , “microphone; camera” ); y . appendChild (x); } }, 3000 );