Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

opentok-react-native

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opentok-react-native - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

4

package.json
{
"name": "opentok-react-native",
"version": "0.2.2",
"version": "0.2.3",
"description": "React Native components for OpenTok iOS and Android SDKs",

@@ -26,3 +26,3 @@ "main": "src/index.js",

"type": "git",
"url:": "https://github.com/opentok/opentok-react-native"
"url:": "https://github.com/opentok/opentok-react-native.git"
},

@@ -29,0 +29,0 @@ "dependencies": {

@@ -121,4 +121,4 @@ ![OpenTok Labs](https://d26dzxoao6i3hh.cloudfront.net/items/0U1R0a0e2g1E361H0x3c/Image%202017-11-22%20at%2012.16.38%20PM.png?v=2507a2df)

<OTSession apiKey="your-api-key" sessionId="your-session-id" token="your-session-token">
<OTPublisher />
<OTSubscriber />
<OTPublisher style={{ width: 100, height: 100 }}/>
<OTSubscriber style={{ width: 100, height: 100 }} />
</OTSession>

@@ -139,3 +139,3 @@ ```

<OTSession apiKey="your-api-key" sessionId="your-session-id" token="your-session-token">
<OTPublisher />
<OTPublisher style={{ width: 100, height: 100 }} />
</OTSession>

@@ -149,3 +149,3 @@ ```

this.publisherProperties = {
audioFallbackEnabled: false,
publishAudio: false,
cameraPosition: 'front'

@@ -170,2 +170,3 @@ };

eventHandlers={this.publisherEventHandlers}
style={{ height: 100, width: 100 }}
/>

@@ -172,0 +173,0 @@ </OTSession>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc