Add audio from local (or remote) to stream

Hi,

I want to stream video and audio from camera and microphone of mobile between two users and add another track with a local (or hosted remote) audio file.

Can I do that ?

Thanks

As far as I know, current version of react-native-webrtc doesn’t support multiple track in the stream, but you can make a call for the use case “video and audio from camera and microphone of mobile between two users”

Multi tracks will used with unified plan + transceiver once this PR merged, otherwise you should implement by yourself