WEB RTC Sample not working

its able to get the token but can’t stream why

My camera id is correct and credentials used are correct

I am using localhost i have added Cors in api gateway also

appsettings.production.json

{

“CORS”: {

“Enabled”: true,

“Access-Control-Allow-Origin”: “*”,

“Access-Control-Allow-Headers”: “*”,

“Access-Control-Allow-Methods”: “*”

}

}

I am using 2023 R3

Please help

This is a known issue, discovered recently and caused by a Chrome upgrade.

https://developer.milestonesys.com/s/article/WebRTC-fails-in-Chrome-v-124-troubleshooting-hotfix