React-native pubnub WebRTC Video Chat

I am working on a mobile application (native-native + pubnub) to make WebRTC video chat. my problem is that pubnub does not have a specific SDK for react-native , how can I solve this problem?

+3
javascript android ios react-native pubnub
source share
1 answer

Link PubNub SDKs in your responsive applications

Not the answer you're possibly looking for, but here are some links that should show you how to link the PubNub JS SDK to your responsive application.

We are in the early states of the React-Native SDK. If you have any additional issues using PubNub in your React-Native app, feel free to contact PubNub Support directly.

+4
source share

All Articles