Skip to content

Commit

Permalink
Update sdk version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YuliaGrigorieva committed Jan 11, 2019
1 parent 10ce0fe commit 995808d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### 1.4.0
- Update native Android and iOS modules to use Voximplant Andorid SDK 2.8.1 and Voximplant iOS SDK 2.18.0
- Fix to receive EndpointEvents after subscription in CallEvents.EndpointAdded event in case of incoming call
- Remove unused imports

### 1.3.1
- Update native Android and iOS modules to use Voximplant Andorid SDK 2.8.0 and Voximplant iOS SDK 2.17.0
- Introduce ClientConfig.requestAudioFocusMode option to specify when audio focus request should be performed by SDK
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-voximplant",
"version": "1.3.1",
"version": "1.4.0",
"description": "VoxImplant Mobile SDK for embedding voice and video communication into React Native apps.",
"nativePackage": true,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion react-native-voximplant.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/voximplant/react-native-voximplant'
s.source = {:path => './ios/'}
s.summary = 'RN voximplant'
s.version = '1.3.1'
s.version = '1.4.0'
s.dependency 'VoxImplantSDK', '2.18.0'
s.dependency 'React'
end

0 comments on commit 995808d

Please sign in to comment.