Skip to content

Commit

Permalink
update sample apps with latest jitsi SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinteodor committed Feb 27, 2025
1 parent c5bfc80 commit 6ac755b
Show file tree
Hide file tree
Showing 14 changed files with 63 additions and 59 deletions.
2 changes: 1 addition & 1 deletion android/java/JitsiSDKTest/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'

// Jitsi Meet
implementation ('org.jitsi.react:jitsi-meet-sdk:11.0.0') { transitive = true }
implementation ('org.jitsi.react:jitsi-meet-sdk:11.0.4') { transitive = true }
}
2 changes: 1 addition & 1 deletion android/kotlin/JitsiSDKTest/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'

// Jitsi Meet
implementation ('org.jitsi.react:jitsi-meet-sdk:10.2.1') { transitive = true }
implementation ('org.jitsi.react:jitsi-meet-sdk:11.0.4') { transitive = true }
}
4 changes: 2 additions & 2 deletions ios/objc/JitsiSDKTest/JitsiSDKTest/ConferenceViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ - (void)viewDidLoad {
//builder.audioMuted = YES;
// builder.videoMuted = YES;
// Set different feature flags
// [builder setFeatureFlag:@"toolbox.enabled" withBoolean:NO];
// [builder setFeatureFlag:@"filmstrip.enabled" withBoolean:NO];
[builder setFeatureFlag:@"add-people.enabled" withBoolean:NO];
[builder setFeatureFlag:@"filmstrip.enabled" withBoolean:YES];
// [builder setConfigOverride:@"customToolbarButtons" withArray:@[
// @{
// @"icon": @"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFISURBVHgBxVWBcYMwDJQ7QbuBu4FHcDfoBvEGZQOSicgGdIPQCWADRnClQ76qYFE7Vy5/J3yRXpKlCAFwMEwJKcbo8CCxrJpQBmPMAPcCgz6jtChz1DGifBC3NrhnZ0KPElCsrIh1nUjkS4OfapwosbjM6S+yZ+Ktpmxu5419/R5pZKnraYk/Khu+gYU7ITpwTjojjCMeXzh675ozLKNKuCJvUng98dD+IpWOMwfFqY1btAo3sN3tK39sNurwO/xAv59Yb+mhvJnZljE2FxKtszLBYUgJJnooE7S3b65rhWjzJBOkIH7tgCV/4nGBLS7KJDkZU47pDMuGfMs4perS/zFw4hyvg2VMX9eGszYZpRAT1OSMx64KJh237AQ5vXRjLNhL8fe3I0AJVk4dJ3XCblnXi8t4qAGX3YhEOcw8HGo7H/fR/y98AzFrGjU3gjYAAAAAAElFTkSuQmCC",
Expand Down
2 changes: 1 addition & 1 deletion ios/objc/JitsiSDKTest/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
platform :ios, '15.1'

target 'JitsiSDKTest' do
pod 'JitsiMeetSDK', '11.0.1'
pod 'JitsiMeetSDK', '11.0.4'
end
8 changes: 4 additions & 4 deletions ios/objc/JitsiSDKTest/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Giphy (2.2.12):
- libwebp
- JitsiMeetSDK (11.0.1):
- JitsiMeetSDK (11.0.3):
- Giphy (= 2.2.12)
- JitsiWebRTC (~> 124.0)
- JitsiWebRTC (124.0.2)
Expand All @@ -19,7 +19,7 @@ PODS:
- libwebp/sharpyuv

DEPENDENCIES:
- JitsiMeetSDK (= 11.0.1)
- JitsiMeetSDK (= 11.0.3)

SPEC REPOS:
trunk:
Expand All @@ -30,10 +30,10 @@ SPEC REPOS:

SPEC CHECKSUMS:
Giphy: 83628960ed04e1c3428ff1b4fb2b027f65e82f50
JitsiMeetSDK: 67f7f5b7f6c1a9eed72dc304e05e0999b82626b2
JitsiMeetSDK: 3337100e34c153ac9120e8464851164493daee6c
JitsiWebRTC: b47805ab5668be38e7ee60e2258f49badfe8e1d0
libwebp: 02b23773aedb6ff1fd38cec7a77b81414c6842a8

PODFILE CHECKSUM: b070837cf505589abed6433d1b03cb21bd3236de
PODFILE CHECKSUM: 0c8c696c83b420c10b0891776cf31f4db438f5d6

COCOAPODS: 1.16.2
2 changes: 1 addition & 1 deletion ios/swift-screensharing/JitsiSDKScreenSharingTest/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ target 'JitsiSDKScreenSharingTest' do
use_frameworks!

# Pods for JitsiSDKScreenSharingTest
pod 'JitsiMeetSDK', '10.2.1'
pod 'JitsiMeetSDK', '11.0.4'

end
40 changes: 20 additions & 20 deletions ios/swift-screensharing/JitsiSDKScreenSharingTest/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
PODS:
- Giphy (2.2.4):
- Giphy (2.2.12):
- libwebp
- JitsiMeetSDK (10.2.1):
- Giphy (= 2.2.4)
- JitsiMeetSDK (11.0.4):
- Giphy (= 2.2.12)
- JitsiWebRTC (~> 124.0)
- JitsiWebRTC (124.0.1)
- libwebp (1.3.2):
- libwebp/demux (= 1.3.2)
- libwebp/mux (= 1.3.2)
- libwebp/sharpyuv (= 1.3.2)
- libwebp/webp (= 1.3.2)
- libwebp/demux (1.3.2):
- JitsiWebRTC (124.0.2)
- libwebp (1.5.0):
- libwebp/demux (= 1.5.0)
- libwebp/mux (= 1.5.0)
- libwebp/sharpyuv (= 1.5.0)
- libwebp/webp (= 1.5.0)
- libwebp/demux (1.5.0):
- libwebp/webp
- libwebp/mux (1.3.2):
- libwebp/mux (1.5.0):
- libwebp/demux
- libwebp/sharpyuv (1.3.2)
- libwebp/webp (1.3.2):
- libwebp/sharpyuv (1.5.0)
- libwebp/webp (1.5.0):
- libwebp/sharpyuv

DEPENDENCIES:
- JitsiMeetSDK (= 10.2.1)
- JitsiMeetSDK (= 11.0.4)

SPEC REPOS:
trunk:
Expand All @@ -29,11 +29,11 @@ SPEC REPOS:
- libwebp

SPEC CHECKSUMS:
Giphy: 6b5f6986c8df4f71e01a8ef86595f426b3439fb5
JitsiMeetSDK: cdba360baf6426a2f98cdc313c5b352d8cd3bbd7
JitsiWebRTC: d0ae5fd6a81e771bfd82c2ee6c6bb542ebd65ee8
libwebp: 1786c9f4ff8a279e4dac1e8f385004d5fc253009
Giphy: 83628960ed04e1c3428ff1b4fb2b027f65e82f50
JitsiMeetSDK: a9114d434bb31fbfae4589c100ce8674590afb22
JitsiWebRTC: b47805ab5668be38e7ee60e2258f49badfe8e1d0
libwebp: 02b23773aedb6ff1fd38cec7a77b81414c6842a8

PODFILE CHECKSUM: 2a1846bdd185d450e8cce765b73cc4265b38522d
PODFILE CHECKSUM: 5436ac463bdea5699d7fb014cffba2833f6c2e56

COCOAPODS: 1.15.2
COCOAPODS: 1.16.2
2 changes: 2 additions & 0 deletions ios/swift/JitsiSDKTest/JitsiSDKTest.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -204,12 +204,14 @@
"${PODS_ROOT}/Target Support Files/Pods-App/Pods-App-frameworks.sh",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/Giphy/GiphyUISDK.framework/GiphyUISDK",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/JitsiMeetSDK/JitsiMeetSDK.framework/JitsiMeetSDK",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/JitsiMeetSDK/hermes.framework/hermes",
"${PODS_XCFRAMEWORKS_BUILD_DIR}/JitsiWebRTC/WebRTC.framework/WebRTC",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GiphyUISDK.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/JitsiMeetSDK.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/hermes.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/WebRTC.framework",
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
2 changes: 1 addition & 1 deletion ios/swift/JitsiSDKTest/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
platform :ios, '15.1'

target 'App' do
pod 'JitsiMeetSDK', '10.2.1'
pod 'JitsiMeetSDK', '11.0.4'
end
40 changes: 20 additions & 20 deletions ios/swift/JitsiSDKTest/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
PODS:
- Giphy (2.2.4):
- Giphy (2.2.12):
- libwebp
- JitsiMeetSDK (10.2.1):
- Giphy (= 2.2.4)
- JitsiMeetSDK (11.0.4):
- Giphy (= 2.2.12)
- JitsiWebRTC (~> 124.0)
- JitsiWebRTC (124.0.1)
- libwebp (1.3.2):
- libwebp/demux (= 1.3.2)
- libwebp/mux (= 1.3.2)
- libwebp/sharpyuv (= 1.3.2)
- libwebp/webp (= 1.3.2)
- libwebp/demux (1.3.2):
- JitsiWebRTC (124.0.2)
- libwebp (1.5.0):
- libwebp/demux (= 1.5.0)
- libwebp/mux (= 1.5.0)
- libwebp/sharpyuv (= 1.5.0)
- libwebp/webp (= 1.5.0)
- libwebp/demux (1.5.0):
- libwebp/webp
- libwebp/mux (1.3.2):
- libwebp/mux (1.5.0):
- libwebp/demux
- libwebp/sharpyuv (1.3.2)
- libwebp/webp (1.3.2):
- libwebp/sharpyuv (1.5.0)
- libwebp/webp (1.5.0):
- libwebp/sharpyuv

DEPENDENCIES:
- JitsiMeetSDK (= 10.2.1)
- JitsiMeetSDK (= 11.0.4)

SPEC REPOS:
trunk:
Expand All @@ -29,11 +29,11 @@ SPEC REPOS:
- libwebp

SPEC CHECKSUMS:
Giphy: 6b5f6986c8df4f71e01a8ef86595f426b3439fb5
JitsiMeetSDK: cdba360baf6426a2f98cdc313c5b352d8cd3bbd7
JitsiWebRTC: d0ae5fd6a81e771bfd82c2ee6c6bb542ebd65ee8
libwebp: 1786c9f4ff8a279e4dac1e8f385004d5fc253009
Giphy: 83628960ed04e1c3428ff1b4fb2b027f65e82f50
JitsiMeetSDK: a9114d434bb31fbfae4589c100ce8674590afb22
JitsiWebRTC: b47805ab5668be38e7ee60e2258f49badfe8e1d0
libwebp: 02b23773aedb6ff1fd38cec7a77b81414c6842a8

PODFILE CHECKSUM: 12282701f8a8a127e22e4ced1443cd9b44fcb7c2
PODFILE CHECKSUM: cf567a0b2195ffdacdc97e6dc26698ca2bece4c3

COCOAPODS: 1.15.2
COCOAPODS: 1.16.2
4 changes: 3 additions & 1 deletion ios/swiftui/JitsiSwiftUIDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"$(SRCROOT)/JitsiSwiftUIDemo/Preview Content\"";
DEVELOPMENT_TEAM = AJT772J42H;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "$(SRCROOT)/JitsiSwiftUIDemo//Info.plist";
Expand Down Expand Up @@ -303,6 +304,7 @@
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"$(SRCROOT)/JitsiSwiftUIDemo/Preview Content\"";
DEVELOPMENT_TEAM = AJT772J42H;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "$(SRCROOT)/JitsiSwiftUIDemo//Info.plist";
Expand Down Expand Up @@ -353,7 +355,7 @@
repositoryURL = "https://github.com/jitsi/jitsi-meet-ios-sdk-releases.git";
requirement = {
kind = exactVersion;
version = 11.0.2;
version = 11.0.4;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
4 changes: 2 additions & 2 deletions react-native/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PODS:
- hermes-engine (0.75.5):
- hermes-engine/Pre-built (= 0.75.5)
- hermes-engine/Pre-built (0.75.5)
- jitsi-meet-rnsdk (11.0.0):
- jitsi-meet-rnsdk (11.0.4):
- ObjectiveDropboxOfficial (= 6.2.3)
- React-Core
- react-native-webrtc
Expand Down Expand Up @@ -1986,7 +1986,7 @@ SPEC CHECKSUMS:
GTMAppAuth: f69bd07d68cd3b766125f7e072c45d7340dea0de
GTMSessionFetcher: 5aea5ba6bd522a239e236100971f10cb71b96ab6
hermes-engine: c9fe5870af65876125fdbbf833071b6f329db30d
jitsi-meet-rnsdk: 2e501f3bf37797d4eae00664cff723bac8737dbb
jitsi-meet-rnsdk: 791ca2c8fd8753d4c91316da1537bb62e643603e
JitsiWebRTC: d0ae5fd6a81e771bfd82c2ee6c6bb542ebd65ee8
libwebp: 1786c9f4ff8a279e4dac1e8f385004d5fc253009
ObjectiveDropboxOfficial: fe206ce8c0bc49976c249d472db7fdbc53ebbd53
Expand Down
8 changes: 4 additions & 4 deletions react-native/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@amplitude/react-native": "2.17.3",
"@giphy/react-native-sdk": "2.3.0",
"@jitsi/react-native-sdk": "11.0.0",
"@jitsi/react-native-sdk": "11.0.4",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-clipboard/clipboard": "1.14.3",
"@react-native-community/netinfo": "11.1.0",
Expand Down

0 comments on commit 6ac755b

Please sign in to comment.