top of page

XR Ambassador Network

Private·5 Ambassadors

Request to Join this Group

This group is private. Send a request to join.

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