Skip to content

Commit

Permalink
SDK update (Pcode for password dynamic) - 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fareed069417 committed Dec 15, 2022
1 parent 55490cf commit eab6e0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Meet Hour Plugin for React Native. Supports Android & iOS platforms.

Example Project is here - https://github.com/v-empower/MeetHour-Web-MobileSDKs/tree/master/reactnative/MeetHourSDKTest

## Install (Latest version 3.0.14)
## Install (Latest version 3.0.15)

```
`npm install react-native-meet-hour-sdk --save`
Expand Down Expand Up @@ -46,7 +46,7 @@ const conferenceOptions = {
avatar: 'https://picsum.photos/200',
}
token: '',
pcode: '',
pcode: '', //Dynamic Password of Conference. Will get from Schedule API & ViewMeeting APIs
audioMuted: false,
videoMuted: false
};
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+" // From node_modules

implementation ('go.meethour.io.react:meet-hour-sdk:4.1.4') {
implementation ('go.meethour.io.react:meet-hour-sdk:4.2.0') {
transitive = true
}
}
2 changes: 1 addition & 1 deletion react-native-meet-hour-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency "React-Core"
s.dependency 'MeetHourSDK', '4.1.4'
s.dependency 'MeetHourSDK', '4.2.0'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
s.swift_version = '5.0'
end

0 comments on commit eab6e0c

Please sign in to comment.