I tried the instructions and sharing a browser tab (no audio) rather than webcam. This resulted in TypeError: Cannot set properties of undefined (setting 'ssrcs') at SfuWhipResource.setupEdgeSfu
I'm not sure if this is the right thing to check/do, rather than if (edgeEndpointDesc.audio), but it worked and it's similar to the condition on line 244.
I tried the instructions and sharing a browser tab (no audio) rather than webcam. This resulted in
TypeError: Cannot set properties of undefined (setting 'ssrcs') at SfuWhipResource.setupEdgeSfu
I'm not sure if this is the right thing to check/do, rather than
if (edgeEndpointDesc.audio)
, but it worked and it's similar to the condition on line 244.