#Unable to use Node WebRTC / wrtc

1 messages · Page 1 of 1 (latest)

true sequoia
#

I've been trying this for 2 days, I can't get Node WebRTC to work on Bun. Initially when installing using bun add wrtc it wouldn't find the binaries (and for some reason they indeed weren't there), then I built it from source on Ubuntu 22 but it gives me this error. Now I know this is related to libuv and I've found the line of code that's giving this error in the Node WebRTC source, but I don't know how to proceed now. I know some C++, if someone could give me directions on this I'd really appreciate

#

bun doesn't use libuv so we dont expose these functions

#

nope we now do

#

looks like it depends on libuv symbols being exposed

#

could you open github issue mentioning it?

true sequoia
#

yea I'll do that

true sequoia