Hi VTK.
There seems to have been introduced a bug in the
The example worked earlier this year, but after some of the recent updates, something seems to have broken it.
After debugging a local version, it seems that it is line 60 that is causing the problem.
If I replace
const viewStream = this.clientToConnect
with
const viewStream = clientToConnect
The example works on my local project.
Best regards
Kenneth