opentok / opentok-react-native

OpenTok React Native - a library for OpenTok iOS and Android SDKs
https://tokbox.com/
MIT License
212 stars 156 forks source link

Add subscriber retry logic if subscriber fails to subscribe #314

Open enricop89 opened 5 years ago

enricop89 commented 5 years ago

We can introduce a retry prop that when true, would destroy the old subscriber (because it failed), and then create another one.

Something similar to https://github.com/opentok/opentok-react/issues/68

evillemez commented 5 years ago

This would be a nice addition. It would be nice if both publishers and subscribers had the capability for retries without having to mount/unmount the session.

rktalusani commented 3 years ago

@abdulajet can you please add this item to your list?