Drapich Piotr

Results 7 comments of Drapich Piotr

@philolo1 What you mean about multiple subscribers? This library supports multiple session so you can connect with two sessions and then render two subscribers view with different `sessionId` prop. Are...

Nope, because we're connecting with a session using `token` which is related to subscriber or publisher. I'm thinking if we can change our implementation, but Is it needed for you...

I'm not sure if it is possible. I have to check. At this moment you can't achieve that with this library.

Ok, so I think we will implement this feature in next releases :)

You can use styles for it like i.e ```js { console.log('started')}} /> ```

We are already working on fixing this. It happens only on develop mode after reloading JS part of the application because Session Manager Instance is trying to send events using...

This issue exists only in our example app and the cause is that the reactNativeContext is not destroyed when the app is still running even if there is no activity...