Intercom on your phone
Native OpenApp Intercom apps answer visitors with the system call UI, then connect over WebRTC (same PeerJS signaling as the dashboard).
App Store — set
PUBLIC_APP_STORE_URL at build
Google Play — set PUBLIC_PLAY_STORE_URL at build
Docs → - CallKit & ConnectionService
Incoming calls feel like cellular—not a silent notification.
- QR & HTTPS deep links
Portal URLs under
/dashboard/.../p/...open the app when installed. - Residents & guests
Residents sign in; guests can place outbound calls from directory-enabled portals.
- Privacy-first
Credentials stay on-device; the server only receives short-lived portal tokens.
FAQ
- Do I still need browser notifications?
- Web Push remains for desktop. The native app is the recommended path for residents who answer intercom calls on mobile.
- Which OpenApp deployment does this target?
- Production gateway at
openapp.house(and whitelabel domains you verify for Universal Links).