opentok-react-native
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"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> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
89181
197