Reputation: 11
Does the available react native ConnectyCube SDK supports Video/Audio Calling (one-to-one and conference Calling) in react-native app? As the documentation has javascript sdk details on video/audio calling.
Upvotes: 1
Views: 427
Reputation: 46
Yes, ConnectyCube JS SDK supports video calling in React Native. In order to build your project you need to use SDK “connectycube-reactnative”: “1.7.2” and ConnectyCube JS SDK 1.7.2.
Also ConnectyCube React Native Videochat samples have been released recently. Check it here.
Upvotes: 1