fd2eb42e25
First slice of the native call feature. Backward-compatible: with no VoIP tokens registered yet it behaves exactly like today's banner push. - push.js: sendApnsVoip() sends a PushKit VoIP push (apns-push-type 'voip', topic <bundle>.voip, reusing the same .p8) to wake a killed app for CallKit; and sendCallNotification() which PREFERS a VoIP push when the user has an 'ios-voip' token, else falls back to the normal alert/banner push (Android/web/pre-CallKit iOS). - routes.js: /api/devices now accepts platform 'ios-voip' (the PushKit token, stored alongside the normal alert token in device_tokens). - calls.js: each call now carries a stable crypto.randomUUID() (CallKit needs a UUID to report + later cancel the call); DM and group call notifications route through PUSH.sendCallNotification instead of the raw banner push. Next: the native-call Capacitor plugin (PushKit + CallKit + LiveKit iOS SDK). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>