red5pro / react-native-red5pro

React Native Red5 Pro Publisher/Subscriber
https://www.red5pro.com/
Other
34 stars 20 forks source link

Red5 Pro brand appearing on Android notifications list #72

Closed furlanrapha closed 11 months ago

furlanrapha commented 4 years ago

When using an application that uses Red5 Pro, while it is streaming on an Android device the Red5 Pro brand appears on notifications list.

This is the text being shown, as you guys can see is hardcoded: https://github.com/red5pro/react-native-red5pro/blob/9155616b09917bec96095ea924a7094d798b8ae1/android/src/main/java/com/red5pro/reactnative/view/SubscribeService.java#L80

Can we adjust to use some title and text more generic so we don't need to show to others that we are using Red5 Pro?

Best Raphael