top of page

We couldn't find what you're looking for

Please contact us or check out our other services

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 );