Web sdk 1.9.9 + origins trials doesn't show video of participant on chrome v94

Hey @carbonfreeconf ,

Have you added the meta tag with your SharedArrayBuffer token to your html webpages?

<meta http-equiv="origin-trial" content="TOKEN_GOES_HERE">

You can validate this by entering the following in the browser console on your page:

typeof SharedArrayBuffer ==='function'

Related thread:

Thanks,
Tommy

1 Like