diff --git a/app/views/JitsiMeetView.ios.tsx b/app/views/JitsiMeetView.ios.tsx index 8de2b2ae3..5fad5d0a5 100644 --- a/app/views/JitsiMeetView.ios.tsx +++ b/app/views/JitsiMeetView.ios.tsx @@ -29,7 +29,7 @@ const JitsiMeetView = (): React.ReactElement => { const avatarAuthURLFragment = `&rc_token=${token}&rc_uid=${userId}`; const avatar = formatUrl(username, baseUrl, 100, avatarAuthURLFragment); const conferenceOptions = { - url: `${url}`, + url, userInfo: { displayName: name as string, avatar diff --git a/package.json b/package.json index c27eaa702..5b6b11546 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "react-native-gesture-handler": "2.4.2", "react-native-image-crop-picker": "RocketChat/react-native-image-crop-picker", "react-native-image-progress": "^1.1.1", - "react-native-jitsi": "^0.2.0", + "react-native-jitsi": "^0.2.1", "react-native-keycommands": "2.0.3", "react-native-linear-gradient": "^2.6.2", "react-native-localize": "2.1.1", diff --git a/yarn.lock b/yarn.lock index 62b001dcb..3fde3836e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17416,10 +17416,10 @@ react-native-iphone-x-helper@^1.0.3: resolved "https://registry.yarnpkg.com/react-native-iphone-x-helper/-/react-native-iphone-x-helper-1.2.1.tgz#645e2ffbbb49e80844bb4cbbe34a126fda1e6772" integrity sha512-/VbpIEp8tSNNHIvstuA3Swx610whci1Zpc9mqNkqn14DkMbw+ORviln2u0XyHG1kPvvwTNGZY6QpeFwxYaSdbQ== -react-native-jitsi@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/react-native-jitsi/-/react-native-jitsi-0.2.0.tgz#a47a5e687621461c74266beb8f534b16ea376a33" - integrity sha512-ueodexdSlHRsKWZmd23UIoCHIwxMwfcYcgRRXW+XAaMxyyqJKnMBQtfzGNH4ffh4qq9Skb/EkG38+721SGkZzQ== +react-native-jitsi@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/react-native-jitsi/-/react-native-jitsi-0.2.1.tgz#219d708fb011f89aa412f967c278680af54eb500" + integrity sha512-aRoweBQcNun1G00ChH8sB72jZ/tqRmneUTMUzprs/J3nzszlGNKq0qrWIGqqC0IQClshp/ZbWyRmzNW1xS/urw== react-native-keycommands@2.0.3: version "2.0.3"