Rishabh Jain
Rishabh Jain
facing a similar issue where the notification is only triggered when addNotificationRequest is called without fireDate field in it. any Date mentioned the notification is not triggered.
> Use PushNotificationIOS.addNotificationRequest(notification) instead of PushNotificationIOS.scheduleLocalNotification(request) since scheduleLocalNotification in deprecated. > https://github.com/react-native-push-notification-ios/push-notification-ios#schedulelocalnotification > >  I updated to the latest version and addNotificationRequest does not fire at all if a...
You need not createStream or assignLocalStreamHandlers `this.client.join(null, this.channel.value, this.uid);` is enough for joining a remote stream