frozencap

Results 56 comments of frozencap

Same ``` - Callkeep: 4.3.3 - React Native: 0.68.0 - iOS: - Android: 12 - Phone model: Samsung s10e ``` ```js messaging().setBackgroundMessageHandler(async () => { console.log('RNFB background message: ', remoteMessage);...

@MarcDerhammer i dropped this feature as the maintainers recommend to go `selfManaged` moving forward: https://github.com/react-native-webrtc/react-native-callkeep/issues/547#issuecomment-1075273564 and abandoned RNCallKeep in general for handling displaying the message part, as even with `selfManaged`,...

how do we use this ? We're having an issue where on app install, CodePush updates the app and kills the event listeners.

> And then implement it like this: ```js const onIncomingCallDisplayed = ({callUUID, handle, fromPushKit, payload,}) => { BackgroundTimer.setTimeout(() => { RNCallKeep.endAllCalls(); }, 120000); }; ``` without forgetting to keep track...

@Gongreg when exactly is "before restarting the app" ? you're doing the CodePush routine manually, not using `codePush.sync` I suppose?

getting this as well, takes about 10 seconds to load the component. Meanwhile, white screen

Getting the same issue. Can we merge this?