App is used for establishing VoIP calls between users in the local network in react native, backed by an Asterisk server. A prototype for the same using WebRTC was also built.
The calls run through a commercial SIP SDK that only ships as native Android and iOS libraries, so I wrote a custom Expo module wrapping the SDK — Java on Android and Swift on iOS — to expose it to React Native.