1.1.1 • Published 4 years ago

@mindd/react-native-opentok v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

React native opentok

This opentok library for react native is a 90% rewrite of an initial version of callstack.io This library gives all control to starting / stopping / publishing etc to react native So all logic for the app can be built in react native.

React Native Opentok module as used in Mindd applications. Supports one on one calls including receiving screen shares and rotation during call.

In order for rotation support during the call in IOS add this to AppDelegate:

#import <react-native-opentok/RCTOpenTokSessionManager.h>

-(UIInterfaceOrientationMask)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window { return [RCTOpenTokSessionManager orientation]; }

1.1.1

4 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago