SFU servers that works with react-native-webrtc

Hello - I am looking for a simple SFU server that can be used with a react-native webrtc app? Seems that mediasoup is the the right match https://github.com/versatica/mediasoup-client/issues/5? Jitsi seems to be to my needs too monolytics and I do not want to use its signaling stuff and even do not need video so I feel its footprint is too big for my needs?

Any suggestion ?

you can try janus. You’ll have to write the api connection yourself though

https://janus.conf.meetecho.com/

Using their REST APIs ? their JS API cannot be used in react-native ?