|
Lines 1-83
Link Here
|
| 1 |
%%WWWDIR%%/ConferenceEvents.js |
1 |
%%WWWDIR%%/.buckconfig |
|
|
2 |
%%WWWDIR%%/.editorconfig |
| 3 |
%%WWWDIR%%/.eslintignore |
| 4 |
%%WWWDIR%%/.eslintrc.js |
| 5 |
%%WWWDIR%%/.gitattributes |
| 6 |
%%WWWDIR%%/.github/ISSUE_TEMPLATE/1-bug-report.md |
| 7 |
%%WWWDIR%%/.github/ISSUE_TEMPLATE/2-feature-request.md |
| 8 |
%%WWWDIR%%/.github/ISSUE_TEMPLATE/config.yml |
| 9 |
%%WWWDIR%%/.github/PULL_REQUEST_TEMPLATE.md |
| 10 |
%%WWWDIR%%/.github/stale.yml |
| 11 |
%%WWWDIR%%/.github/workflows/ci.yml |
| 12 |
%%WWWDIR%%/.gitignore |
| 13 |
%%WWWDIR%%/.npmrc |
| 14 |
%%WWWDIR%%/.nvmrc |
| 15 |
%%WWWDIR%%/.travis.yml |
| 16 |
%%WWWDIR%%/.watchmanconfig |
| 17 |
%%WWWDIR%%/CONTRIBUTING.md |
| 2 |
%%WWWDIR%%/LICENSE |
18 |
%%WWWDIR%%/LICENSE |
|
|
19 |
%%WWWDIR%%/Makefile |
| 20 |
%%WWWDIR%%/README.md |
| 21 |
%%WWWDIR%%/SECURITY.md |
| 3 |
%%WWWDIR%%/analytics-ga.js |
22 |
%%WWWDIR%%/analytics-ga.js |
|
|
23 |
%%WWWDIR%%/android/README.md |
| 24 |
%%WWWDIR%%/android/app/.classpath |
| 25 |
%%WWWDIR%%/android/app/.project |
| 26 |
%%WWWDIR%%/android/app/.settings/org.eclipse.buildship.core.prefs |
| 27 |
%%WWWDIR%%/android/app/build.gradle |
| 28 |
%%WWWDIR%%/android/app/debug.keystore |
| 29 |
%%WWWDIR%%/android/app/proguard-rules-release.pro |
| 30 |
%%WWWDIR%%/android/app/proguard-rules.pro |
| 31 |
%%WWWDIR%%/android/app/src/main/AndroidManifest.xml |
| 32 |
%%WWWDIR%%/android/app/src/main/java/org/jitsi/meet/GoogleServicesHelper.java |
| 33 |
%%WWWDIR%%/android/app/src/main/java/org/jitsi/meet/MainActivity.java |
| 34 |
%%WWWDIR%%/android/app/src/main/java/org/jitsi/meet/MainApplication.java |
| 35 |
%%WWWDIR%%/android/app/src/main/res/drawable-hdpi/ic_notification.png |
| 36 |
%%WWWDIR%%/android/app/src/main/res/drawable-mdpi/ic_notification.png |
| 37 |
%%WWWDIR%%/android/app/src/main/res/drawable-xhdpi/ic_notification.png |
| 38 |
%%WWWDIR%%/android/app/src/main/res/drawable-xxhdpi/ic_notification.png |
| 39 |
%%WWWDIR%%/android/app/src/main/res/drawable-xxxhdpi/ic_notification.png |
| 40 |
%%WWWDIR%%/android/app/src/main/res/drawable/ic_jitsi_logosvg.xml |
| 41 |
%%WWWDIR%%/android/app/src/main/res/layout/launch_screen.xml |
| 42 |
%%WWWDIR%%/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml |
| 43 |
%%WWWDIR%%/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml |
| 44 |
%%WWWDIR%%/android/app/src/main/res/mipmap-hdpi/ic_launcher.png |
| 45 |
%%WWWDIR%%/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png |
| 46 |
%%WWWDIR%%/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png |
| 47 |
%%WWWDIR%%/android/app/src/main/res/mipmap-mdpi/ic_launcher.png |
| 48 |
%%WWWDIR%%/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png |
| 49 |
%%WWWDIR%%/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png |
| 50 |
%%WWWDIR%%/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png |
| 51 |
%%WWWDIR%%/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png |
| 52 |
%%WWWDIR%%/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png |
| 53 |
%%WWWDIR%%/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png |
| 54 |
%%WWWDIR%%/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png |
| 55 |
%%WWWDIR%%/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png |
| 56 |
%%WWWDIR%%/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png |
| 57 |
%%WWWDIR%%/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png |
| 58 |
%%WWWDIR%%/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png |
| 59 |
%%WWWDIR%%/android/app/src/main/res/values/colors.xml |
| 60 |
%%WWWDIR%%/android/app/src/main/res/values/ic_launcher_background.xml |
| 61 |
%%WWWDIR%%/android/app/src/main/res/values/strings.xml |
| 62 |
%%WWWDIR%%/android/app/src/main/res/values/styles.xml |
| 63 |
%%WWWDIR%%/android/app/src/main/res/xml/app_restrictions.xml |
| 64 |
%%WWWDIR%%/android/app/src/main/res/xml/network_security_config.xml |
| 65 |
%%WWWDIR%%/android/build.gradle |
| 66 |
%%WWWDIR%%/android/fastlane/Appfile |
| 67 |
%%WWWDIR%%/android/fastlane/Fastfile |
| 68 |
%%WWWDIR%%/android/fastlane/README.md |
| 69 |
%%WWWDIR%%/android/fastlane/screenshots/Feature-Graphic-1024x500-1-1.png |
| 70 |
%%WWWDIR%%/android/fastlane/screenshots/Feature-Graphic-1024x500-1.png |
| 71 |
%%WWWDIR%%/android/fastlane/screenshots/Feature-Graphic-1024x500-2.png |
| 72 |
%%WWWDIR%%/android/fastlane/screenshots/Feature-Graphic-1024x500-3.png |
| 73 |
%%WWWDIR%%/android/fastlane/screenshots/GroupCall.png |
| 74 |
%%WWWDIR%%/android/fastlane/screenshots/GroupCall_framed.png |
| 75 |
%%WWWDIR%%/android/fastlane/screenshots/More Menu.png |
| 76 |
%%WWWDIR%%/android/fastlane/screenshots/More Menu_framed.png |
| 77 |
%%WWWDIR%%/android/fastlane/screenshots/Nexus 9 Body.png |
| 78 |
%%WWWDIR%%/android/fastlane/screenshots/Nexus-9-Landscape.png |
| 79 |
%%WWWDIR%%/android/fastlane/screenshots/Nexus-9-Portrait.png |
| 80 |
%%WWWDIR%%/android/fastlane/screenshots/Video-Call-1-1024x768.png |
| 81 |
%%WWWDIR%%/android/fastlane/screenshots/Video-Call-1-1280x720.png |
| 82 |
%%WWWDIR%%/android/fastlane/screenshots/Video-Call-2-1024x768.png |
| 83 |
%%WWWDIR%%/android/fastlane/screenshots/Video-Call-2-1280x720.png |
| 84 |
%%WWWDIR%%/android/fastlane/screenshots/WelcomePage-Calendar.png |
| 85 |
%%WWWDIR%%/android/fastlane/screenshots/WelcomePage-Calendar_framed.png |
| 86 |
%%WWWDIR%%/android/fastlane/screenshots/WelcomeScreen-1024x768.png |
| 87 |
%%WWWDIR%%/android/fastlane/screenshots/WelcomeScreen-1280x720.png |
| 88 |
%%WWWDIR%%/android/gradle.properties |
| 89 |
%%WWWDIR%%/android/gradle/wrapper/gradle-wrapper.jar |
| 90 |
%%WWWDIR%%/android/gradle/wrapper/gradle-wrapper.properties |
| 91 |
%%WWWDIR%%/android/gradlew |
| 92 |
%%WWWDIR%%/android/gradlew.bat |
| 93 |
%%WWWDIR%%/android/keystores/BUCK |
| 94 |
%%WWWDIR%%/android/keystores/debug.keystore.properties |
| 95 |
%%WWWDIR%%/android/scripts/release-sdk.sh |
| 96 |
%%WWWDIR%%/android/scripts/run-packager-helper.command |
| 97 |
%%WWWDIR%%/android/scripts/run-packager.sh |
| 98 |
%%WWWDIR%%/android/sdk/.classpath |
| 99 |
%%WWWDIR%%/android/sdk/.project |
| 100 |
%%WWWDIR%%/android/sdk/.settings/org.eclipse.buildship.core.prefs |
| 101 |
%%WWWDIR%%/android/sdk/build.gradle |
| 102 |
%%WWWDIR%%/android/sdk/src/debug/AndroidManifest.xml |
| 103 |
%%WWWDIR%%/android/sdk/src/main/AndroidManifest.xml |
| 104 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/AndroidSettingsModule.java |
| 105 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/AppInfoModule.java |
| 106 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/AudioDeviceHandlerConnectionService.java |
| 107 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/AudioDeviceHandlerGeneric.java |
| 108 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/AudioModeModule.java |
| 109 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/BaseReactView.java |
| 110 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/BroadcastAction.java |
| 111 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/BroadcastEmitter.java |
| 112 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/BroadcastEvent.java |
| 113 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/BroadcastIntentHelper.java |
| 114 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/BroadcastReceiver.java |
| 115 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/ConnectionService.java |
| 116 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/DefaultHardwareBackBtnHandlerImpl.java |
| 117 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/DropboxModule.java |
| 118 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/ExternalAPIModule.java |
| 119 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/JavaScriptSandboxModule.java |
| 120 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/JitsiInitializer.java |
| 121 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/JitsiMeet.java |
| 122 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/JitsiMeetActivity.java |
| 123 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/JitsiMeetActivityDelegate.java |
| 124 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/JitsiMeetActivityInterface.java |
| 125 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/JitsiMeetConferenceOptions.java |
| 126 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/JitsiMeetFragment.java |
| 127 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/JitsiMeetOngoingConferenceService.java |
| 128 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/JitsiMeetUncaughtExceptionHandler.java |
| 129 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/JitsiMeetUserInfo.java |
| 130 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/JitsiMeetView.java |
| 131 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/JitsiMeetViewListener.java |
| 132 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/JitsiReactNativeHost.java |
| 133 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/ListenerUtils.java |
| 134 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/LocaleDetector.java |
| 135 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/LogBridgeModule.java |
| 136 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/NotificationChannels.java |
| 137 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/OngoingConferenceTracker.java |
| 138 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/OngoingNotification.java |
| 139 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/ParticipantInfo.java |
| 140 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/ParticipantsService.java |
| 141 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/PictureInPictureModule.java |
| 142 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/ProximityModule.java |
| 143 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/RNConnectionService.java |
| 144 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/ReactInstanceManagerHolder.java |
| 145 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/ReactPackageAdapter.java |
| 146 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/WiFiStatsModule.java |
| 147 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/log/JitsiMeetBaseLogHandler.java |
| 148 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/log/JitsiMeetDefaultLogHandler.java |
| 149 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/log/JitsiMeetLogger.java |
| 150 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/net/NAT64AddrInfo.java |
| 151 |
%%WWWDIR%%/android/sdk/src/main/java/org/jitsi/meet/sdk/net/NAT64AddrInfoModule.java |
| 152 |
%%WWWDIR%%/android/sdk/src/main/res/layout/activity_jitsi_meet.xml |
| 153 |
%%WWWDIR%%/android/sdk/src/main/res/values/strings.xml |
| 154 |
%%WWWDIR%%/android/sdk/src/test/java/org/jitsi/meet/sdk/net/NAT64AddrInfoTest.java |
| 155 |
%%WWWDIR%%/android/settings.gradle |
| 4 |
%%WWWDIR%%/app.js |
156 |
%%WWWDIR%%/app.js |
|
|
157 |
%%WWWDIR%%/babel.config.js |
| 5 |
%%WWWDIR%%/base.html |
158 |
%%WWWDIR%%/base.html |
| 6 |
%%WWWDIR%%/body.html |
159 |
%%WWWDIR%%/body.html |
| 7 |
%%WWWDIR%%/conference.js |
160 |
%%WWWDIR%%/conference.js |
| 8 |
@sample %%WWWDIR%%/config.js.sample |
161 |
%%WWWDIR%%/config.js.sample |
| 9 |
%%WWWDIR%%/connection.js |
162 |
%%WWWDIR%%/connection.js |
| 10 |
%%WWWDIR%%/connection_optimization/.eslintrc.js |
163 |
%%WWWDIR%%/connection_optimization/.eslintrc.js |
| 11 |
%%WWWDIR%%/connection_optimization/connection_optimization.html |
164 |
%%WWWDIR%%/connection_optimization/connection_optimization.html |
| 12 |
%%WWWDIR%%/connection_optimization/do_external_connect.js |
165 |
%%WWWDIR%%/connection_optimization/do_external_connect.js |
| 13 |
%%WWWDIR%%/css/all.css |
166 |
%%WWWDIR%%/css/404.scss |
|
|
167 |
%%WWWDIR%%/css/_atlaskit_overrides.scss |
| 168 |
%%WWWDIR%%/css/_audio-preview.scss |
| 169 |
%%WWWDIR%%/css/_aui_reset.scss |
| 170 |
%%WWWDIR%%/css/_avatar.scss |
| 171 |
%%WWWDIR%%/css/_base.scss |
| 172 |
%%WWWDIR%%/css/_chat.scss |
| 173 |
%%WWWDIR%%/css/_chrome-extension-banner.scss |
| 174 |
%%WWWDIR%%/css/_connection-info.scss |
| 175 |
%%WWWDIR%%/css/_country-picker.scss |
| 176 |
%%WWWDIR%%/css/_drawer.scss |
| 177 |
%%WWWDIR%%/css/_e2ee.scss |
| 178 |
%%WWWDIR%%/css/_functions.scss |
| 179 |
%%WWWDIR%%/css/_inlay.scss |
| 180 |
%%WWWDIR%%/css/_keyboard-shortcuts.scss |
| 181 |
%%WWWDIR%%/css/_login_menu.scss |
| 182 |
%%WWWDIR%%/css/_meetings_list.scss |
| 183 |
%%WWWDIR%%/css/_meter.scss |
| 184 |
%%WWWDIR%%/css/_mini_toolbox.scss |
| 185 |
%%WWWDIR%%/css/_mixins.scss |
| 186 |
%%WWWDIR%%/css/_modaldialog.scss |
| 187 |
%%WWWDIR%%/css/_navigate_section_list.scss |
| 188 |
%%WWWDIR%%/css/_notice.scss |
| 189 |
%%WWWDIR%%/css/_notifications.scss |
| 190 |
%%WWWDIR%%/css/_participants-count.scss |
| 191 |
%%WWWDIR%%/css/_participants-pane.scss |
| 192 |
%%WWWDIR%%/css/_plan-limit.scss |
| 193 |
%%WWWDIR%%/css/_policy.scss |
| 194 |
%%WWWDIR%%/css/_polls.scss |
| 195 |
%%WWWDIR%%/css/_popover.scss |
| 196 |
%%WWWDIR%%/css/_popup_menu.scss |
| 197 |
%%WWWDIR%%/css/_promotional-footer.scss |
| 198 |
%%WWWDIR%%/css/_reactions-menu.scss |
| 199 |
%%WWWDIR%%/css/_recording.scss |
| 200 |
%%WWWDIR%%/css/_redirect_page.scss |
| 201 |
%%WWWDIR%%/css/_responsive.scss |
| 202 |
%%WWWDIR%%/css/_settings-button.scss |
| 203 |
%%WWWDIR%%/css/_subject.scss |
| 204 |
%%WWWDIR%%/css/_toolbars.scss |
| 205 |
%%WWWDIR%%/css/_transcription-subtitles.scss |
| 206 |
%%WWWDIR%%/css/_utils.scss |
| 207 |
%%WWWDIR%%/css/_variables.scss |
| 208 |
%%WWWDIR%%/css/_video-preview.scss |
| 209 |
%%WWWDIR%%/css/_videolayout_default.scss |
| 210 |
%%WWWDIR%%/css/_welcome_page.scss |
| 211 |
%%WWWDIR%%/css/_welcome_page_content.scss |
| 212 |
%%WWWDIR%%/css/_welcome_page_settings_toolbar.scss |
| 213 |
%%WWWDIR%%/css/aui-components/dropdown.scss |
| 214 |
%%WWWDIR%%/css/components/_button-control.scss |
| 215 |
%%WWWDIR%%/css/components/_form-control.scss |
| 216 |
%%WWWDIR%%/css/components/_input-control.scss |
| 217 |
%%WWWDIR%%/css/components/_input-slider.scss |
| 218 |
%%WWWDIR%%/css/components/_link.scss |
| 219 |
%%WWWDIR%%/css/deep-linking/_desktop.scss |
| 220 |
%%WWWDIR%%/css/deep-linking/_main.scss |
| 221 |
%%WWWDIR%%/css/deep-linking/_mobile.scss |
| 222 |
%%WWWDIR%%/css/deep-linking/_no-mobile-app.scss |
| 223 |
%%WWWDIR%%/css/filmstrip/_horizontal_filmstrip.scss |
| 224 |
%%WWWDIR%%/css/filmstrip/_small_video.scss |
| 225 |
%%WWWDIR%%/css/filmstrip/_tile_view.scss |
| 226 |
%%WWWDIR%%/css/filmstrip/_tile_view_overrides.scss |
| 227 |
%%WWWDIR%%/css/filmstrip/_vertical_filmstrip.scss |
| 228 |
%%WWWDIR%%/css/filmstrip/_vertical_filmstrip_overrides.scss |
| 229 |
%%WWWDIR%%/css/main.scss |
| 230 |
%%WWWDIR%%/css/modals/_dialog.scss |
| 231 |
%%WWWDIR%%/css/modals/desktop-picker/_desktop-picker.scss |
| 232 |
%%WWWDIR%%/css/modals/device-selection/_device-selection.scss |
| 233 |
%%WWWDIR%%/css/modals/embed-meeting/_embed-meeting.scss |
| 234 |
%%WWWDIR%%/css/modals/feedback/_feedback.scss |
| 235 |
%%WWWDIR%%/css/modals/invite/_add-people.scss |
| 236 |
%%WWWDIR%%/css/modals/invite/_info.scss |
| 237 |
%%WWWDIR%%/css/modals/invite/_invite_more.scss |
| 238 |
%%WWWDIR%%/css/modals/local-recording/_local-recording.scss |
| 239 |
%%WWWDIR%%/css/modals/mute/_mute-dialog.scss |
| 240 |
%%WWWDIR%%/css/modals/screen-share/_share-audio.scss |
| 241 |
%%WWWDIR%%/css/modals/screen-share/_share-screen-warning.scss |
| 242 |
%%WWWDIR%%/css/modals/security/_security.scss |
| 243 |
%%WWWDIR%%/css/modals/settings/_settings.scss |
| 244 |
%%WWWDIR%%/css/modals/speaker_stats/_speaker_stats.scss |
| 245 |
%%WWWDIR%%/css/modals/virtual-background/_virtual-background.scss |
| 246 |
%%WWWDIR%%/css/overlay/_overlay.scss |
| 247 |
%%WWWDIR%%/css/premeeting/_connection-status.scss |
| 248 |
%%WWWDIR%%/css/premeeting/_device-status.scss |
| 249 |
%%WWWDIR%%/css/premeeting/_lobby.scss |
| 250 |
%%WWWDIR%%/css/premeeting/_main.scss |
| 251 |
%%WWWDIR%%/css/premeeting/_prejoin-dialog.scss |
| 252 |
%%WWWDIR%%/css/premeeting/_prejoin-third-party.scss |
| 253 |
%%WWWDIR%%/css/premeeting/_prejoin.scss |
| 254 |
%%WWWDIR%%/css/premeeting/_premeeting-screens.scss |
| 255 |
%%WWWDIR%%/css/reload_overlay/_reload_overlay.scss |
| 256 |
%%WWWDIR%%/css/ringing/_ringing.scss |
| 257 |
%%WWWDIR%%/css/themes/_light.scss |
| 258 |
%%WWWDIR%%/css/third-party-branding/google.scss |
| 259 |
%%WWWDIR%%/css/third-party-branding/microsoft.scss |
| 260 |
%%WWWDIR%%/css/unsupported-browser/_main.scss |
| 261 |
%%WWWDIR%%/css/unsupported-browser/_unsupported-desktop-browser.scss |
| 262 |
%%WWWDIR%%/debian/changelog |
| 263 |
%%WWWDIR%%/debian/compat |
| 264 |
%%WWWDIR%%/debian/control |
| 265 |
%%WWWDIR%%/debian/copyright |
| 266 |
%%WWWDIR%%/debian/jitsi-meet-prosody.README.Debian |
| 267 |
%%WWWDIR%%/debian/jitsi-meet-prosody.docs |
| 268 |
%%WWWDIR%%/debian/jitsi-meet-prosody.install |
| 269 |
%%WWWDIR%%/debian/jitsi-meet-prosody.postinst |
| 270 |
%%WWWDIR%%/debian/jitsi-meet-prosody.postrm |
| 271 |
%%WWWDIR%%/debian/jitsi-meet-prosody.templates |
| 272 |
%%WWWDIR%%/debian/jitsi-meet-tokens.README.Debian |
| 273 |
%%WWWDIR%%/debian/jitsi-meet-tokens.config |
| 274 |
%%WWWDIR%%/debian/jitsi-meet-tokens.docs |
| 275 |
%%WWWDIR%%/debian/jitsi-meet-tokens.postinst |
| 276 |
%%WWWDIR%%/debian/jitsi-meet-tokens.postrm |
| 277 |
%%WWWDIR%%/debian/jitsi-meet-tokens.templates |
| 278 |
%%WWWDIR%%/debian/jitsi-meet-turnserver.install |
| 279 |
%%WWWDIR%%/debian/jitsi-meet-turnserver.postinst |
| 280 |
%%WWWDIR%%/debian/jitsi-meet-turnserver.postrm |
| 281 |
%%WWWDIR%%/debian/jitsi-meet-turnserver.templates |
| 282 |
%%WWWDIR%%/debian/jitsi-meet-web-config.config |
| 283 |
%%WWWDIR%%/debian/jitsi-meet-web-config.dirs |
| 284 |
%%WWWDIR%%/debian/jitsi-meet-web-config.docs |
| 285 |
%%WWWDIR%%/debian/jitsi-meet-web-config.install |
| 286 |
%%WWWDIR%%/debian/jitsi-meet-web-config.postinst |
| 287 |
%%WWWDIR%%/debian/jitsi-meet-web-config.postrm |
| 288 |
%%WWWDIR%%/debian/jitsi-meet-web-config.templates |
| 289 |
%%WWWDIR%%/debian/jitsi-meet-web.README.Debian |
| 290 |
%%WWWDIR%%/debian/jitsi-meet-web.docs |
| 291 |
%%WWWDIR%%/debian/jitsi-meet-web.install |
| 292 |
%%WWWDIR%%/debian/po/POTFILES.in |
| 293 |
%%WWWDIR%%/debian/po/templates.pot |
| 294 |
%%WWWDIR%%/debian/rules |
| 295 |
%%WWWDIR%%/debian/source/format |
| 296 |
%%WWWDIR%%/debian/watch |
| 297 |
%%WWWDIR%%/doc/README.md |
| 298 |
%%WWWDIR%%/doc/api.md |
| 299 |
%%WWWDIR%%/doc/debian/jitsi-meet-prosody/README |
| 300 |
%%WWWDIR%%/doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example |
| 301 |
%%WWWDIR%%/doc/debian/jitsi-meet-turn/README |
| 302 |
%%WWWDIR%%/doc/debian/jitsi-meet-turn/coturn-certbot-deploy.sh |
| 303 |
%%WWWDIR%%/doc/debian/jitsi-meet-turn/turnserver.conf |
| 304 |
%%WWWDIR%%/doc/debian/jitsi-meet/README |
| 305 |
%%WWWDIR%%/doc/debian/jitsi-meet/jitsi-meet.conf |
| 306 |
%%WWWDIR%%/doc/debian/jitsi-meet/jitsi-meet.example |
| 307 |
%%WWWDIR%%/doc/debian/jitsi-meet/jitsi-meet.example-apache |
| 308 |
%%WWWDIR%%/doc/examples/api.html |
| 309 |
%%WWWDIR%%/doc/quick-install.md |
| 310 |
%%WWWDIR%%/eslint |
| 14 |
%%WWWDIR%%/favicon.ico |
311 |
%%WWWDIR%%/favicon.ico |
|
|
312 |
%%WWWDIR%%/fonts.html |
| 15 |
%%WWWDIR%%/fonts/OpenSans-Light-webfont.eot |
313 |
%%WWWDIR%%/fonts/OpenSans-Light-webfont.eot |
| 16 |
%%WWWDIR%%/fonts/OpenSans-Light-webfont.svg |
314 |
%%WWWDIR%%/fonts/OpenSans-Light-webfont.svg |
| 17 |
%%WWWDIR%%/fonts/OpenSans-Light-webfont.ttf |
315 |
%%WWWDIR%%/fonts/OpenSans-Light-webfont.ttf |
| 18 |
%%WWWDIR%%/fonts/OpenSans-Light-webfont.woff |
316 |
%%WWWDIR%%/fonts/OpenSans-Light-webfont.woff |
| 19 |
%%WWWDIR%%/head.html |
317 |
%%WWWDIR%%/head.html |
|
|
318 |
%%WWWDIR%%/images/app-store-badge.png |
| 20 |
%%WWWDIR%%/images/apple-touch-icon.png |
319 |
%%WWWDIR%%/images/apple-touch-icon.png |
| 21 |
%%WWWDIR%%/images/avatar.png |
320 |
%%WWWDIR%%/images/avatar.png |
| 22 |
%%WWWDIR%%/images/btn_google_signin_dark_normal.png |
321 |
%%WWWDIR%%/images/btn_google_signin_dark_normal.png |
|
|
322 |
%%WWWDIR%%/images/calendar.svg |
| 23 |
%%WWWDIR%%/images/chromeLogo.svg |
323 |
%%WWWDIR%%/images/chromeLogo.svg |
| 24 |
%%WWWDIR%%/images/dropboxLogo_square.png |
324 |
%%WWWDIR%%/images/dropboxLogo_square.png |
|
|
325 |
%%WWWDIR%%/images/f-droid-badge.png |
| 25 |
%%WWWDIR%%/images/favicon.ico |
326 |
%%WWWDIR%%/images/favicon.ico |
| 26 |
%%WWWDIR%%/images/flags.png |
327 |
%%WWWDIR%%/images/flags.png |
| 27 |
%%WWWDIR%%/images/flags@2x.png |
328 |
%%WWWDIR%%/images/flags@2x.png |
|
|
329 |
%%WWWDIR%%/images/google-play-badge.png |
| 28 |
%%WWWDIR%%/images/googleLogo.svg |
330 |
%%WWWDIR%%/images/googleLogo.svg |
|
|
331 |
%%WWWDIR%%/images/icon-cloud.png |
| 29 |
%%WWWDIR%%/images/icon-users.png |
332 |
%%WWWDIR%%/images/icon-users.png |
| 30 |
%%WWWDIR%%/images/jitsiLogo_square.png |
333 |
%%WWWDIR%%/images/jitsiLogo_square.png |
| 31 |
%%WWWDIR%%/images/jitsilogo.png |
334 |
%%WWWDIR%%/images/jitsilogo.png |
| 32 |
%%WWWDIR%%/images/logo-deep-linking.png |
335 |
%%WWWDIR%%/images/logo-deep-linking.png |
| 33 |
%%WWWDIR%%/images/microsoftLogo.svg |
336 |
%%WWWDIR%%/images/microsoftLogo.svg |
| 34 |
%%WWWDIR%%/images/user-groups.svg |
337 |
%%WWWDIR%%/images/share-audio.gif |
| 35 |
%%WWWDIR%%/images/watermark.png |
338 |
%%WWWDIR%%/images/virtual-background/background-1.jpg |
|
|
339 |
%%WWWDIR%%/images/virtual-background/background-2.jpg |
| 340 |
%%WWWDIR%%/images/virtual-background/background-3.jpg |
| 341 |
%%WWWDIR%%/images/virtual-background/background-4.jpg |
| 342 |
%%WWWDIR%%/images/virtual-background/background-5.jpg |
| 343 |
%%WWWDIR%%/images/virtual-background/background-6.jpg |
| 344 |
%%WWWDIR%%/images/virtual-background/background-7.jpg |
| 345 |
%%WWWDIR%%/images/watermark.svg |
| 346 |
%%WWWDIR%%/images/welcome-background.png |
| 36 |
%%WWWDIR%%/index.android.js |
347 |
%%WWWDIR%%/index.android.js |
| 37 |
%%WWWDIR%%/index.html |
348 |
%%WWWDIR%%/index.html |
| 38 |
%%WWWDIR%%/index.ios.js |
349 |
%%WWWDIR%%/index.ios.js |
| 39 |
@sample %%WWWDIR%%/interface_config.js.sample |
350 |
%%WWWDIR%%/interface_config.js.sample |
|
|
351 |
%%WWWDIR%%/ios/Podfile |
| 352 |
%%WWWDIR%%/ios/Podfile.lock |
| 353 |
%%WWWDIR%%/ios/README.md |
| 354 |
%%WWWDIR%%/ios/app/app.entitlements |
| 355 |
%%WWWDIR%%/ios/app/app.xcodeproj/project.pbxproj |
| 356 |
%%WWWDIR%%/ios/app/app.xcodeproj/xcshareddata/xcschemes/JitsiMeet.xcscheme |
| 357 |
%%WWWDIR%%/ios/app/broadcast-extension/Atomic.swift |
| 358 |
%%WWWDIR%%/ios/app/broadcast-extension/DarwinNotificationCenter.swift |
| 359 |
%%WWWDIR%%/ios/app/broadcast-extension/Info.plist |
| 360 |
%%WWWDIR%%/ios/app/broadcast-extension/SampleHandler.swift |
| 361 |
%%WWWDIR%%/ios/app/broadcast-extension/SampleUploader.swift |
| 362 |
%%WWWDIR%%/ios/app/broadcast-extension/SocketConnection.swift |
| 363 |
%%WWWDIR%%/ios/app/broadcast-extension/extension.entitlements |
| 364 |
%%WWWDIR%%/ios/app/src/AppDelegate.h |
| 365 |
%%WWWDIR%%/ios/app/src/AppDelegate.m |
| 366 |
%%WWWDIR%%/ios/app/src/Base.lproj/LaunchScreen.xib |
| 367 |
%%WWWDIR%%/ios/app/src/Base.lproj/Main.storyboard |
| 368 |
%%WWWDIR%%/ios/app/src/FIRUtilities.h |
| 369 |
%%WWWDIR%%/ios/app/src/FIRUtilities.m |
| 370 |
%%WWWDIR%%/ios/app/src/Images.xcassets/AppIconDebug.appiconset/AppIcon-1024@1x.png |
| 371 |
%%WWWDIR%%/ios/app/src/Images.xcassets/AppIconDebug.appiconset/AppIcon-29@2x.png |
| 372 |
%%WWWDIR%%/ios/app/src/Images.xcassets/AppIconDebug.appiconset/AppIcon-29@3x.png |
| 373 |
%%WWWDIR%%/ios/app/src/Images.xcassets/AppIconDebug.appiconset/AppIcon-40@2x.png |
| 374 |
%%WWWDIR%%/ios/app/src/Images.xcassets/AppIconDebug.appiconset/AppIcon-60@2x.png |
| 375 |
%%WWWDIR%%/ios/app/src/Images.xcassets/AppIconDebug.appiconset/AppIcon-60@3x.png |
| 376 |
%%WWWDIR%%/ios/app/src/Images.xcassets/AppIconDebug.appiconset/AppIcon-76@1x.png |
| 377 |
%%WWWDIR%%/ios/app/src/Images.xcassets/AppIconDebug.appiconset/AppIcon-76@2x.png |
| 378 |
%%WWWDIR%%/ios/app/src/Images.xcassets/AppIconDebug.appiconset/AppIcon-83.5@2x.png |
| 379 |
%%WWWDIR%%/ios/app/src/Images.xcassets/AppIconDebug.appiconset/Contents.json |
| 380 |
%%WWWDIR%%/ios/app/src/Images.xcassets/AppIconRelease.appiconset/AppIcon-1024@1x.png |
| 381 |
%%WWWDIR%%/ios/app/src/Images.xcassets/AppIconRelease.appiconset/AppIcon-29@2x.png |
| 382 |
%%WWWDIR%%/ios/app/src/Images.xcassets/AppIconRelease.appiconset/AppIcon-29@3x.png |
| 383 |
%%WWWDIR%%/ios/app/src/Images.xcassets/AppIconRelease.appiconset/AppIcon-40@2x.png |
| 384 |
%%WWWDIR%%/ios/app/src/Images.xcassets/AppIconRelease.appiconset/AppIcon-60@2x.png |
| 385 |
%%WWWDIR%%/ios/app/src/Images.xcassets/AppIconRelease.appiconset/AppIcon-60@3x.png |
| 386 |
%%WWWDIR%%/ios/app/src/Images.xcassets/AppIconRelease.appiconset/AppIcon-76@1x.png |
| 387 |
%%WWWDIR%%/ios/app/src/Images.xcassets/AppIconRelease.appiconset/AppIcon-76@2x.png |
| 388 |
%%WWWDIR%%/ios/app/src/Images.xcassets/AppIconRelease.appiconset/AppIcon-83.5@2x.png |
| 389 |
%%WWWDIR%%/ios/app/src/Images.xcassets/AppIconRelease.appiconset/Contents.json |
| 390 |
%%WWWDIR%%/ios/app/src/Images.xcassets/CallKitIcon.imageset/CallKit@1x.png |
| 391 |
%%WWWDIR%%/ios/app/src/Images.xcassets/CallKitIcon.imageset/CallKit@2x.png |
| 392 |
%%WWWDIR%%/ios/app/src/Images.xcassets/CallKitIcon.imageset/CallKit@3x.png |
| 393 |
%%WWWDIR%%/ios/app/src/Images.xcassets/CallKitIcon.imageset/Contents.json |
| 394 |
%%WWWDIR%%/ios/app/src/Images.xcassets/Contents.json |
| 395 |
%%WWWDIR%%/ios/app/src/Images.xcassets/LaunchScreen.imageset/Contents.json |
| 396 |
%%WWWDIR%%/ios/app/src/Images.xcassets/LaunchScreen.imageset/LaunchScreen-480@1x.png |
| 397 |
%%WWWDIR%%/ios/app/src/Images.xcassets/LaunchScreen.imageset/LaunchScreen-480@2x.png |
| 398 |
%%WWWDIR%%/ios/app/src/Images.xcassets/LaunchScreen.imageset/LaunchScreen-480@3x.png |
| 399 |
%%WWWDIR%%/ios/app/src/Info.plist |
| 400 |
%%WWWDIR%%/ios/app/src/Types.h |
| 401 |
%%WWWDIR%%/ios/app/src/ViewController.h |
| 402 |
%%WWWDIR%%/ios/app/src/ViewController.m |
| 403 |
%%WWWDIR%%/ios/app/src/main.m |
| 404 |
%%WWWDIR%%/ios/app/watchos/app/Assets.xcassets/AppIcon.appiconset/Contents.json |
| 405 |
%%WWWDIR%%/ios/app/watchos/app/Assets.xcassets/AppIcon.appiconset/Icon-100@2x.png |
| 406 |
%%WWWDIR%%/ios/app/watchos/app/Assets.xcassets/AppIcon.appiconset/Icon-1024@1x.png |
| 407 |
%%WWWDIR%%/ios/app/watchos/app/Assets.xcassets/AppIcon.appiconset/Icon-216@2x.png |
| 408 |
%%WWWDIR%%/ios/app/watchos/app/Assets.xcassets/AppIcon.appiconset/Icon-24@2x.png |
| 409 |
%%WWWDIR%%/ios/app/watchos/app/Assets.xcassets/AppIcon.appiconset/Icon-27.5@2x.png |
| 410 |
%%WWWDIR%%/ios/app/watchos/app/Assets.xcassets/AppIcon.appiconset/Icon-29@2x.png |
| 411 |
%%WWWDIR%%/ios/app/watchos/app/Assets.xcassets/AppIcon.appiconset/Icon-29@3x.png |
| 412 |
%%WWWDIR%%/ios/app/watchos/app/Assets.xcassets/AppIcon.appiconset/Icon-40@2x.png |
| 413 |
%%WWWDIR%%/ios/app/watchos/app/Assets.xcassets/AppIcon.appiconset/Icon-86@2x.png |
| 414 |
%%WWWDIR%%/ios/app/watchos/app/Assets.xcassets/AppIcon.appiconset/Icon-88@2x.png |
| 415 |
%%WWWDIR%%/ios/app/watchos/app/Assets.xcassets/AppIcon.appiconset/Icon-98@2x.png |
| 416 |
%%WWWDIR%%/ios/app/watchos/app/Assets.xcassets/Contents.json |
| 417 |
%%WWWDIR%%/ios/app/watchos/app/Assets.xcassets/hangup.imageset/Contents.json |
| 418 |
%%WWWDIR%%/ios/app/watchos/app/Assets.xcassets/hangup.imageset/hangup@2x.png |
| 419 |
%%WWWDIR%%/ios/app/watchos/app/Assets.xcassets/mute-off.imageset/Contents.json |
| 420 |
%%WWWDIR%%/ios/app/watchos/app/Assets.xcassets/mute-off.imageset/mute-off@2x.png |
| 421 |
%%WWWDIR%%/ios/app/watchos/app/Assets.xcassets/mute-on.imageset/Contents.json |
| 422 |
%%WWWDIR%%/ios/app/watchos/app/Assets.xcassets/mute-on.imageset/mute-on@2x.png |
| 423 |
%%WWWDIR%%/ios/app/watchos/app/Base.lproj/Interface.storyboard |
| 424 |
%%WWWDIR%%/ios/app/watchos/app/Info.plist |
| 425 |
%%WWWDIR%%/ios/app/watchos/extension/Assets.xcassets/Contents.json |
| 426 |
%%WWWDIR%%/ios/app/watchos/extension/Assets.xcassets/jitsi.imageset/Contents.json |
| 427 |
%%WWWDIR%%/ios/app/watchos/extension/Assets.xcassets/jitsi.imageset/jitsi@2x.png |
| 428 |
%%WWWDIR%%/ios/app/watchos/extension/ComplicationController.swift |
| 429 |
%%WWWDIR%%/ios/app/watchos/extension/ExtensionDelegate.swift |
| 430 |
%%WWWDIR%%/ios/app/watchos/extension/InCallController.swift |
| 431 |
%%WWWDIR%%/ios/app/watchos/extension/Info.plist |
| 432 |
%%WWWDIR%%/ios/app/watchos/extension/InterfaceController.swift |
| 433 |
%%WWWDIR%%/ios/app/watchos/extension/JitsiMeetCommands.swift |
| 434 |
%%WWWDIR%%/ios/app/watchos/extension/JitsiMeetContext.swift |
| 435 |
%%WWWDIR%%/ios/app/watchos/extension/MeetingRowController.swift |
| 436 |
%%WWWDIR%%/ios/apple-app-site-association |
| 437 |
%%WWWDIR%%/ios/ci/build-ipa.plist.template |
| 438 |
%%WWWDIR%%/ios/ci/build-ipa.sh |
| 439 |
%%WWWDIR%%/ios/ci/setup-certificates.sh |
| 440 |
%%WWWDIR%%/ios/fastlane/Appfile |
| 441 |
%%WWWDIR%%/ios/fastlane/Fastfile |
| 442 |
%%WWWDIR%%/ios/fastlane/README.md |
| 443 |
%%WWWDIR%%/ios/fastlane/screenshots/Feature-Graphic-1024x500-1-1.png |
| 444 |
%%WWWDIR%%/ios/fastlane/screenshots/Feature-Graphic-1024x500-1.png |
| 445 |
%%WWWDIR%%/ios/fastlane/screenshots/Feature-Graphic-1024x500-2.png |
| 446 |
%%WWWDIR%%/ios/fastlane/screenshots/Feature-Graphic-1024x500-3.png |
| 447 |
%%WWWDIR%%/ios/fastlane/screenshots/GroupCallIphone8Plus.png |
| 448 |
%%WWWDIR%%/ios/fastlane/screenshots/GroupCallIphone8PlusDevice.png |
| 449 |
%%WWWDIR%%/ios/fastlane/screenshots/MoreMenu8Plus.png |
| 450 |
%%WWWDIR%%/ios/fastlane/screenshots/MoreMenu8PlusDevice.png |
| 451 |
%%WWWDIR%%/ios/fastlane/screenshots/WelcomePage8Plus.png |
| 452 |
%%WWWDIR%%/ios/fastlane/screenshots/WelcomePage8PlusDevice.png |
| 453 |
%%WWWDIR%%/ios/fastlane/screenshots/iPad-9.7-inch-In-Call-1.png |
| 454 |
%%WWWDIR%%/ios/fastlane/screenshots/iPad-9.7-inch-In-Call-2.png |
| 455 |
%%WWWDIR%%/ios/fastlane/screenshots/iPad-9.7-inch-Welcome.png |
| 456 |
%%WWWDIR%%/ios/fastlane/screenshots/iPadCall.png |
| 457 |
%%WWWDIR%%/ios/fastlane/screenshots/iPadCallDevice.png |
| 458 |
%%WWWDIR%%/ios/fastlane/screenshots/iPhone 8 Plus Calendar.png |
| 459 |
%%WWWDIR%%/ios/fastlane/screenshots/iPhone 8 Plus Group Call.png |
| 460 |
%%WWWDIR%%/ios/fastlane/screenshots/iPhone 8 Plus More.png |
| 461 |
%%WWWDIR%%/ios/fastlane/screenshots/iPhone-5.5-inch-In-Call-2.png |
| 462 |
%%WWWDIR%%/ios/fastlane/screenshots/iPhone-5.5-inch-In-Call.png |
| 463 |
%%WWWDIR%%/ios/fastlane/screenshots/iPhone-5.5-inch-Welcome.png |
| 464 |
%%WWWDIR%%/ios/jitsi-meet.xcworkspace/contents.xcworkspacedata |
| 465 |
%%WWWDIR%%/ios/jitsi-meet.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist |
| 466 |
%%WWWDIR%%/ios/jitsi-meet.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings |
| 467 |
%%WWWDIR%%/ios/scripts/fixup-ats.sh |
| 468 |
%%WWWDIR%%/ios/scripts/release-sdk.sh |
| 469 |
%%WWWDIR%%/ios/scripts/run-packager-helper.command |
| 470 |
%%WWWDIR%%/ios/scripts/run-packager.sh |
| 471 |
%%WWWDIR%%/ios/sdk/sdk.xcodeproj/project.pbxproj |
| 472 |
%%WWWDIR%%/ios/sdk/sdk.xcodeproj/xcshareddata/xcschemes/JitsiMeetSDK.xcscheme |
| 473 |
%%WWWDIR%%/ios/sdk/src/AppInfo.m |
| 474 |
%%WWWDIR%%/ios/sdk/src/AudioMode.m |
| 475 |
%%WWWDIR%%/ios/sdk/src/ExternalAPI.h |
| 476 |
%%WWWDIR%%/ios/sdk/src/ExternalAPI.m |
| 477 |
%%WWWDIR%%/ios/sdk/src/Info.plist |
| 478 |
%%WWWDIR%%/ios/sdk/src/InfoPlistUtil.h |
| 479 |
%%WWWDIR%%/ios/sdk/src/InfoPlistUtil.m |
| 480 |
%%WWWDIR%%/ios/sdk/src/JavaScriptSandbox.m |
| 481 |
%%WWWDIR%%/ios/sdk/src/JitsiAudioSession+Private.h |
| 482 |
%%WWWDIR%%/ios/sdk/src/JitsiAudioSession.h |
| 483 |
%%WWWDIR%%/ios/sdk/src/JitsiAudioSession.m |
| 484 |
%%WWWDIR%%/ios/sdk/src/JitsiMeet+Private.h |
| 485 |
%%WWWDIR%%/ios/sdk/src/JitsiMeet.h |
| 486 |
%%WWWDIR%%/ios/sdk/src/JitsiMeet.m |
| 487 |
%%WWWDIR%%/ios/sdk/src/JitsiMeetBaseLogHandler+Private.h |
| 488 |
%%WWWDIR%%/ios/sdk/src/JitsiMeetBaseLogHandler.h |
| 489 |
%%WWWDIR%%/ios/sdk/src/JitsiMeetBaseLogHandler.m |
| 490 |
%%WWWDIR%%/ios/sdk/src/JitsiMeetConferenceOptions+Private.h |
| 491 |
%%WWWDIR%%/ios/sdk/src/JitsiMeetConferenceOptions.h |
| 492 |
%%WWWDIR%%/ios/sdk/src/JitsiMeetConferenceOptions.m |
| 493 |
%%WWWDIR%%/ios/sdk/src/JitsiMeetLogger.h |
| 494 |
%%WWWDIR%%/ios/sdk/src/JitsiMeetLogger.m |
| 495 |
%%WWWDIR%%/ios/sdk/src/JitsiMeetSDK.h |
| 496 |
%%WWWDIR%%/ios/sdk/src/JitsiMeetUserInfo+Private.h |
| 497 |
%%WWWDIR%%/ios/sdk/src/JitsiMeetUserInfo.h |
| 498 |
%%WWWDIR%%/ios/sdk/src/JitsiMeetUserInfo.m |
| 499 |
%%WWWDIR%%/ios/sdk/src/JitsiMeetView+Private.h |
| 500 |
%%WWWDIR%%/ios/sdk/src/JitsiMeetView.h |
| 501 |
%%WWWDIR%%/ios/sdk/src/JitsiMeetView.m |
| 502 |
%%WWWDIR%%/ios/sdk/src/JitsiMeetViewDelegate.h |
| 503 |
%%WWWDIR%%/ios/sdk/src/LocaleDetector.m |
| 504 |
%%WWWDIR%%/ios/sdk/src/LogBridge.m |
| 505 |
%%WWWDIR%%/ios/sdk/src/LogUtils.h |
| 506 |
%%WWWDIR%%/ios/sdk/src/POSIX.m |
| 507 |
%%WWWDIR%%/ios/sdk/src/Proximity.m |
| 508 |
%%WWWDIR%%/ios/sdk/src/RCTBridgeWrapper.h |
| 509 |
%%WWWDIR%%/ios/sdk/src/RCTBridgeWrapper.m |
| 510 |
%%WWWDIR%%/ios/sdk/src/RNRootView.h |
| 511 |
%%WWWDIR%%/ios/sdk/src/RNRootView.m |
| 512 |
%%WWWDIR%%/ios/sdk/src/ReactUtils.h |
| 513 |
%%WWWDIR%%/ios/sdk/src/ReactUtils.m |
| 514 |
%%WWWDIR%%/ios/sdk/src/ScheenshareEventEmiter.h |
| 515 |
%%WWWDIR%%/ios/sdk/src/ScheenshareEventEmiter.m |
| 516 |
%%WWWDIR%%/ios/sdk/src/callkit/CallKit.m |
| 517 |
%%WWWDIR%%/ios/sdk/src/callkit/JMCallKitEmitter.swift |
| 518 |
%%WWWDIR%%/ios/sdk/src/callkit/JMCallKitListener.swift |
| 519 |
%%WWWDIR%%/ios/sdk/src/callkit/JMCallKitProxy.swift |
| 520 |
%%WWWDIR%%/ios/sdk/src/dropbox/Dropbox.h |
| 521 |
%%WWWDIR%%/ios/sdk/src/dropbox/Dropbox.m |
| 522 |
%%WWWDIR%%/ios/sdk/src/picture-in-picture/DragGestureController.swift |
| 523 |
%%WWWDIR%%/ios/sdk/src/picture-in-picture/PiPViewCoordinator.swift |
| 524 |
%%WWWDIR%%/ios/sdk/src/picture-in-picture/image-resize@2x.png |
| 525 |
%%WWWDIR%%/ios/sdk/src/picture-in-picture/image-resize@3x.png |
| 526 |
%%WWWDIR%%/ios/travis-ci/build-ipa.sh |
| 40 |
%%WWWDIR%%/lang/languages-af.json |
527 |
%%WWWDIR%%/lang/languages-af.json |
| 41 |
%%WWWDIR%%/lang/languages-ar.json |
528 |
%%WWWDIR%%/lang/languages-ar.json |
| 42 |
%%WWWDIR%%/lang/languages-az.json |
529 |
%%WWWDIR%%/lang/languages-be.json |
| 43 |
%%WWWDIR%%/lang/languages-bg.json |
530 |
%%WWWDIR%%/lang/languages-bg.json |
| 44 |
%%WWWDIR%%/lang/languages-ca.json |
531 |
%%WWWDIR%%/lang/languages-ca.json |
| 45 |
%%WWWDIR%%/lang/languages-cs.json |
532 |
%%WWWDIR%%/lang/languages-cs.json |
| 46 |
%%WWWDIR%%/lang/languages-da.json |
533 |
%%WWWDIR%%/lang/languages-da.json |
| 47 |
%%WWWDIR%%/lang/languages-de.json |
534 |
%%WWWDIR%%/lang/languages-de.json |
|
|
535 |
%%WWWDIR%%/lang/languages-el.json |
| 48 |
%%WWWDIR%%/lang/languages-enGB.json |
536 |
%%WWWDIR%%/lang/languages-enGB.json |
| 49 |
%%WWWDIR%%/lang/languages-eo.json |
537 |
%%WWWDIR%%/lang/languages-eo.json |
| 50 |
%%WWWDIR%%/lang/languages-es.json |
538 |
%%WWWDIR%%/lang/languages-es.json |
| 51 |
%%WWWDIR%%/lang/languages-esUS.json |
539 |
%%WWWDIR%%/lang/languages-esUS.json |
| 52 |
%%WWWDIR%%/lang/languages-et.json |
540 |
%%WWWDIR%%/lang/languages-et.json |
|
|
541 |
%%WWWDIR%%/lang/languages-eu.json |
| 53 |
%%WWWDIR%%/lang/languages-fa.json |
542 |
%%WWWDIR%%/lang/languages-fa.json |
| 54 |
%%WWWDIR%%/lang/languages-fi.json |
543 |
%%WWWDIR%%/lang/languages-fi.json |
| 55 |
%%WWWDIR%%/lang/languages-fr.json |
544 |
%%WWWDIR%%/lang/languages-fr.json |
| 56 |
%%WWWDIR%%/lang/languages-frCA.json |
545 |
%%WWWDIR%%/lang/languages-frCA.json |
|
|
546 |
%%WWWDIR%%/lang/languages-fy.json |
| 57 |
%%WWWDIR%%/lang/languages-gl.json |
547 |
%%WWWDIR%%/lang/languages-gl.json |
|
|
548 |
%%WWWDIR%%/lang/languages-he.json |
| 549 |
%%WWWDIR%%/lang/languages-hi.json |
| 58 |
%%WWWDIR%%/lang/languages-hr.json |
550 |
%%WWWDIR%%/lang/languages-hr.json |
| 59 |
%%WWWDIR%%/lang/languages-hu.json |
551 |
%%WWWDIR%%/lang/languages-hu.json |
| 60 |
%%WWWDIR%%/lang/languages-hy.json |
552 |
%%WWWDIR%%/lang/languages-hy.json |
|
|
553 |
%%WWWDIR%%/lang/languages-id.json |
| 61 |
%%WWWDIR%%/lang/languages-is.json |
554 |
%%WWWDIR%%/lang/languages-is.json |
| 62 |
%%WWWDIR%%/lang/languages-it.json |
555 |
%%WWWDIR%%/lang/languages-it.json |
| 63 |
%%WWWDIR%%/lang/languages-ja.json |
556 |
%%WWWDIR%%/lang/languages-ja.json |
|
|
557 |
%%WWWDIR%%/lang/languages-ka.json |
| 64 |
%%WWWDIR%%/lang/languages-kab.json |
558 |
%%WWWDIR%%/lang/languages-kab.json |
| 65 |
%%WWWDIR%%/lang/languages-km.json |
559 |
%%WWWDIR%%/lang/languages-km.json |
| 66 |
%%WWWDIR%%/lang/languages-ko.json |
560 |
%%WWWDIR%%/lang/languages-ko.json |
| 67 |
%%WWWDIR%%/lang/languages-lt.json |
561 |
%%WWWDIR%%/lang/languages-lt.json |
|
|
562 |
%%WWWDIR%%/lang/languages-lv.json |
| 68 |
%%WWWDIR%%/lang/languages-mn.json |
563 |
%%WWWDIR%%/lang/languages-mn.json |
|
|
564 |
%%WWWDIR%%/lang/languages-mr.json |
| 69 |
%%WWWDIR%%/lang/languages-nb.json |
565 |
%%WWWDIR%%/lang/languages-nb.json |
| 70 |
%%WWWDIR%%/lang/languages-nl.json |
566 |
%%WWWDIR%%/lang/languages-nl.json |
| 71 |
%%WWWDIR%%/lang/languages-oc.json |
567 |
%%WWWDIR%%/lang/languages-oc.json |
| 72 |
%%WWWDIR%%/lang/languages-pl.json |
568 |
%%WWWDIR%%/lang/languages-pl.json |
| 73 |
%%WWWDIR%%/lang/languages-pt.json |
569 |
%%WWWDIR%%/lang/languages-pt.json |
| 74 |
%%WWWDIR%%/lang/languages-ptBR.json |
570 |
%%WWWDIR%%/lang/languages-ptBR.json |
|
|
571 |
%%WWWDIR%%/lang/languages-ro.json |
| 75 |
%%WWWDIR%%/lang/languages-ru.json |
572 |
%%WWWDIR%%/lang/languages-ru.json |
| 76 |
%%WWWDIR%%/lang/languages-sc.json |
573 |
%%WWWDIR%%/lang/languages-sc.json |
| 77 |
%%WWWDIR%%/lang/languages-sk.json |
574 |
%%WWWDIR%%/lang/languages-sk.json |
| 78 |
%%WWWDIR%%/lang/languages-sl.json |
575 |
%%WWWDIR%%/lang/languages-sl.json |
|
|
576 |
%%WWWDIR%%/lang/languages-sq.json |
| 79 |
%%WWWDIR%%/lang/languages-sr.json |
577 |
%%WWWDIR%%/lang/languages-sr.json |
| 80 |
%%WWWDIR%%/lang/languages-sv.json |
578 |
%%WWWDIR%%/lang/languages-sv.json |
|
|
579 |
%%WWWDIR%%/lang/languages-te.json |
| 81 |
%%WWWDIR%%/lang/languages-tr.json |
580 |
%%WWWDIR%%/lang/languages-tr.json |
| 82 |
%%WWWDIR%%/lang/languages-uk.json |
581 |
%%WWWDIR%%/lang/languages-uk.json |
| 83 |
%%WWWDIR%%/lang/languages-vi.json |
582 |
%%WWWDIR%%/lang/languages-vi.json |
|
Lines 86-120
Link Here
|
| 86 |
%%WWWDIR%%/lang/languages.json |
585 |
%%WWWDIR%%/lang/languages.json |
| 87 |
%%WWWDIR%%/lang/main-af.json |
586 |
%%WWWDIR%%/lang/main-af.json |
| 88 |
%%WWWDIR%%/lang/main-ar.json |
587 |
%%WWWDIR%%/lang/main-ar.json |
| 89 |
%%WWWDIR%%/lang/main-az.json |
|
|
| 90 |
%%WWWDIR%%/lang/main-be.json |
588 |
%%WWWDIR%%/lang/main-be.json |
| 91 |
%%WWWDIR%%/lang/main-bg.json |
589 |
%%WWWDIR%%/lang/main-bg.json |
| 92 |
%%WWWDIR%%/lang/main-ca.json |
590 |
%%WWWDIR%%/lang/main-ca.json |
| 93 |
%%WWWDIR%%/lang/main-cs.json |
591 |
%%WWWDIR%%/lang/main-cs.json |
| 94 |
%%WWWDIR%%/lang/main-da.json |
592 |
%%WWWDIR%%/lang/main-da.json |
| 95 |
%%WWWDIR%%/lang/main-de.json |
593 |
%%WWWDIR%%/lang/main-de.json |
|
|
594 |
%%WWWDIR%%/lang/main-el.json |
| 96 |
%%WWWDIR%%/lang/main-enGB.json |
595 |
%%WWWDIR%%/lang/main-enGB.json |
| 97 |
%%WWWDIR%%/lang/main-eo.json |
596 |
%%WWWDIR%%/lang/main-eo.json |
| 98 |
%%WWWDIR%%/lang/main-es.json |
597 |
%%WWWDIR%%/lang/main-es.json |
| 99 |
%%WWWDIR%%/lang/main-esUS.json |
598 |
%%WWWDIR%%/lang/main-esUS.json |
| 100 |
%%WWWDIR%%/lang/main-et.json |
599 |
%%WWWDIR%%/lang/main-et.json |
|
|
600 |
%%WWWDIR%%/lang/main-eu.json |
| 101 |
%%WWWDIR%%/lang/main-fa.json |
601 |
%%WWWDIR%%/lang/main-fa.json |
| 102 |
%%WWWDIR%%/lang/main-fi.json |
602 |
%%WWWDIR%%/lang/main-fi.json |
| 103 |
%%WWWDIR%%/lang/main-fr.json |
603 |
%%WWWDIR%%/lang/main-fr.json |
| 104 |
%%WWWDIR%%/lang/main-frCA.json |
604 |
%%WWWDIR%%/lang/main-frCA.json |
| 105 |
%%WWWDIR%%/lang/main-gl.json |
605 |
%%WWWDIR%%/lang/main-gl.json |
| 106 |
%%WWWDIR%%/lang/main-he.json |
606 |
%%WWWDIR%%/lang/main-he.json |
|
|
607 |
%%WWWDIR%%/lang/main-hi.json |
| 107 |
%%WWWDIR%%/lang/main-hr.json |
608 |
%%WWWDIR%%/lang/main-hr.json |
| 108 |
%%WWWDIR%%/lang/main-hu.json |
609 |
%%WWWDIR%%/lang/main-hu.json |
| 109 |
%%WWWDIR%%/lang/main-hy.json |
610 |
%%WWWDIR%%/lang/main-hy.json |
|
|
611 |
%%WWWDIR%%/lang/main-id.json |
| 110 |
%%WWWDIR%%/lang/main-is.json |
612 |
%%WWWDIR%%/lang/main-is.json |
| 111 |
%%WWWDIR%%/lang/main-it.json |
613 |
%%WWWDIR%%/lang/main-it.json |
| 112 |
%%WWWDIR%%/lang/main-ja.json |
614 |
%%WWWDIR%%/lang/main-ja.json |
| 113 |
%%WWWDIR%%/lang/main-kab.json |
615 |
%%WWWDIR%%/lang/main-kab.json |
| 114 |
%%WWWDIR%%/lang/main-km.json |
|
|
| 115 |
%%WWWDIR%%/lang/main-ko.json |
616 |
%%WWWDIR%%/lang/main-ko.json |
| 116 |
%%WWWDIR%%/lang/main-lt.json |
617 |
%%WWWDIR%%/lang/main-lt.json |
|
|
618 |
%%WWWDIR%%/lang/main-lv.json |
| 619 |
%%WWWDIR%%/lang/main-ml.json |
| 117 |
%%WWWDIR%%/lang/main-mn.json |
620 |
%%WWWDIR%%/lang/main-mn.json |
|
|
621 |
%%WWWDIR%%/lang/main-mr.json |
| 118 |
%%WWWDIR%%/lang/main-nb.json |
622 |
%%WWWDIR%%/lang/main-nb.json |
| 119 |
%%WWWDIR%%/lang/main-nl.json |
623 |
%%WWWDIR%%/lang/main-nl.json |
| 120 |
%%WWWDIR%%/lang/main-oc.json |
624 |
%%WWWDIR%%/lang/main-oc.json |
|
Lines 126-133
Link Here
|
| 126 |
%%WWWDIR%%/lang/main-sc.json |
630 |
%%WWWDIR%%/lang/main-sc.json |
| 127 |
%%WWWDIR%%/lang/main-sk.json |
631 |
%%WWWDIR%%/lang/main-sk.json |
| 128 |
%%WWWDIR%%/lang/main-sl.json |
632 |
%%WWWDIR%%/lang/main-sl.json |
|
|
633 |
%%WWWDIR%%/lang/main-sq.json |
| 129 |
%%WWWDIR%%/lang/main-sr.json |
634 |
%%WWWDIR%%/lang/main-sr.json |
| 130 |
%%WWWDIR%%/lang/main-sv.json |
635 |
%%WWWDIR%%/lang/main-sv.json |
|
|
636 |
%%WWWDIR%%/lang/main-te.json |
| 131 |
%%WWWDIR%%/lang/main-tr.json |
637 |
%%WWWDIR%%/lang/main-tr.json |
| 132 |
%%WWWDIR%%/lang/main-uk.json |
638 |
%%WWWDIR%%/lang/main-uk.json |
| 133 |
%%WWWDIR%%/lang/main-vi.json |
639 |
%%WWWDIR%%/lang/main-vi.json |
|
Lines 135-174
Link Here
|
| 135 |
%%WWWDIR%%/lang/main-zhTW.json |
641 |
%%WWWDIR%%/lang/main-zhTW.json |
| 136 |
%%WWWDIR%%/lang/main.json |
642 |
%%WWWDIR%%/lang/main.json |
| 137 |
%%WWWDIR%%/lang/readme.md |
643 |
%%WWWDIR%%/lang/readme.md |
| 138 |
%%WWWDIR%%/libs/alwaysontop.min.js |
644 |
%%WWWDIR%%/lang/update-translation.js |
| 139 |
%%WWWDIR%%/libs/alwaysontop.min.map |
|
|
| 140 |
%%WWWDIR%%/libs/analytics-ga.js |
| 141 |
%%WWWDIR%%/libs/analytics-ga.min.js |
| 142 |
%%WWWDIR%%/libs/analytics-ga.min.map |
| 143 |
%%WWWDIR%%/libs/app.bundle.min.js |
| 144 |
%%WWWDIR%%/libs/app.bundle.min.map |
| 145 |
%%WWWDIR%%/libs/capabilities.json |
| 146 |
%%WWWDIR%%/libs/device_selection_popup_bundle.min.js |
| 147 |
%%WWWDIR%%/libs/device_selection_popup_bundle.min.map |
| 148 |
%%WWWDIR%%/libs/dial_in_info_bundle.min.js |
| 149 |
%%WWWDIR%%/libs/dial_in_info_bundle.min.map |
| 150 |
%%WWWDIR%%/libs/do_external_connect.min.js |
| 151 |
%%WWWDIR%%/libs/do_external_connect.min.map |
| 152 |
%%WWWDIR%%/libs/external_api.min.js |
| 153 |
%%WWWDIR%%/libs/external_api.min.map |
| 154 |
%%WWWDIR%%/libs/external_connect.js |
| 155 |
%%WWWDIR%%/libs/flacEncodeWorker.min.js |
| 156 |
%%WWWDIR%%/libs/flacEncodeWorker.min.map |
| 157 |
%%WWWDIR%%/libs/lib-jitsi-meet.min.js |
| 158 |
%%WWWDIR%%/libs/lib-jitsi-meet.min.map |
| 159 |
%%WWWDIR%%/libs/libflac4-1.3.2.min.js |
| 160 |
%%WWWDIR%%/libs/libflac4-1.3.2.min.js.mem |
| 161 |
%%WWWDIR%%/libs/rnnoise-processor.min.js |
| 162 |
%%WWWDIR%%/libs/rnnoise-processor.min.map |
| 163 |
%%WWWDIR%%/libs/rnnoise.wasm |
| 164 |
%%WWWDIR%%/libs/video-blur-effect.min.js |
| 165 |
%%WWWDIR%%/libs/video-blur-effect.min.map |
| 166 |
%%WWWDIR%%/logging_config.js |
645 |
%%WWWDIR%%/logging_config.js |
|
|
646 |
%%WWWDIR%%/manifest.json |
| 167 |
%%WWWDIR%%/metro.config.js |
647 |
%%WWWDIR%%/metro.config.js |
|
|
648 |
%%WWWDIR%%/modules/API/.eslintrc.js |
| 649 |
%%WWWDIR%%/modules/API/API.js |
| 650 |
%%WWWDIR%%/modules/API/constants.js |
| 651 |
%%WWWDIR%%/modules/API/external/external_api.js |
| 652 |
%%WWWDIR%%/modules/API/external/functions.js |
| 653 |
%%WWWDIR%%/modules/API/external/index.js |
| 654 |
%%WWWDIR%%/modules/API/index.js |
| 655 |
%%WWWDIR%%/modules/UI/UI.js |
| 656 |
%%WWWDIR%%/modules/UI/UIErrors.js |
| 657 |
%%WWWDIR%%/modules/UI/audio_levels/AudioLevels.js |
| 658 |
%%WWWDIR%%/modules/UI/authentication/AuthHandler.js |
| 659 |
%%WWWDIR%%/modules/UI/authentication/LoginDialog.js |
| 660 |
%%WWWDIR%%/modules/UI/etherpad/Etherpad.js |
| 661 |
%%WWWDIR%%/modules/UI/util/MessageHandler.js |
| 662 |
%%WWWDIR%%/modules/UI/util/UIUtil.js |
| 663 |
%%WWWDIR%%/modules/UI/videolayout/Filmstrip.js |
| 664 |
%%WWWDIR%%/modules/UI/videolayout/LargeContainer.js |
| 665 |
%%WWWDIR%%/modules/UI/videolayout/LargeVideoManager.js |
| 666 |
%%WWWDIR%%/modules/UI/videolayout/VideoContainer.js |
| 667 |
%%WWWDIR%%/modules/UI/videolayout/VideoLayout.js |
| 668 |
%%WWWDIR%%/modules/devices/mediaDeviceHelper.js |
| 669 |
%%WWWDIR%%/modules/keyboardshortcut/keyboardshortcut.js |
| 670 |
%%WWWDIR%%/modules/recorder/Recorder.js |
| 671 |
%%WWWDIR%%/modules/translation/translation.js |
| 672 |
%%WWWDIR%%/modules/transport/.eslintrc.js |
| 673 |
%%WWWDIR%%/modules/transport/index.js |
| 674 |
%%WWWDIR%%/modules/util/TaskQueue.js |
| 675 |
%%WWWDIR%%/modules/util/helpers.js |
| 676 |
%%WWWDIR%%/package-lock.json |
| 677 |
%%WWWDIR%%/package.json |
| 678 |
%%WWWDIR%%/patches/eslint-plugin-flowtype+8.0.3.patch |
| 679 |
%%WWWDIR%%/patches/react-native+0.66.4.patch |
| 680 |
%%WWWDIR%%/patches/react-native-dialog+9.2.1.patch |
| 681 |
%%WWWDIR%%/patches/react-native-gesture-handler+2.1.0.patch |
| 168 |
%%WWWDIR%%/plugin.head.html |
682 |
%%WWWDIR%%/plugin.head.html |
| 169 |
%%WWWDIR%%/robots.txt |
683 |
%%WWWDIR%%/pwa-worker.js |
|
|
684 |
%%WWWDIR%%/react-native.config.js |
| 685 |
%%WWWDIR%%/react/.eslintrc-react-native.js |
| 686 |
%%WWWDIR%%/react/.eslintrc.js |
| 687 |
%%WWWDIR%%/react/features/always-on-top/AlwaysOnTop.js |
| 688 |
%%WWWDIR%%/react/features/always-on-top/AudioMuteButton.js |
| 689 |
%%WWWDIR%%/react/features/always-on-top/HangupButton.js |
| 690 |
%%WWWDIR%%/react/features/always-on-top/Toolbar.js |
| 691 |
%%WWWDIR%%/react/features/always-on-top/VideoMuteButton.js |
| 692 |
%%WWWDIR%%/react/features/always-on-top/index.js |
| 693 |
%%WWWDIR%%/react/features/analytics/AnalyticsEvents.js |
| 694 |
%%WWWDIR%%/react/features/analytics/actionTypes.js |
| 695 |
%%WWWDIR%%/react/features/analytics/functions.js |
| 696 |
%%WWWDIR%%/react/features/analytics/handlers/AbstractHandler.js |
| 697 |
%%WWWDIR%%/react/features/analytics/handlers/AmplitudeHandler.js |
| 698 |
%%WWWDIR%%/react/features/analytics/handlers/GoogleAnalyticsHandler.js |
| 699 |
%%WWWDIR%%/react/features/analytics/handlers/MatomoHandler.js |
| 700 |
%%WWWDIR%%/react/features/analytics/handlers/amplitude/fixDeviceID.native.js |
| 701 |
%%WWWDIR%%/react/features/analytics/handlers/amplitude/fixDeviceID.web.js |
| 702 |
%%WWWDIR%%/react/features/analytics/handlers/amplitude/lib.native.js |
| 703 |
%%WWWDIR%%/react/features/analytics/handlers/amplitude/lib.web.js |
| 704 |
%%WWWDIR%%/react/features/analytics/handlers/index.js |
| 705 |
%%WWWDIR%%/react/features/analytics/index.js |
| 706 |
%%WWWDIR%%/react/features/analytics/logger.js |
| 707 |
%%WWWDIR%%/react/features/analytics/middleware.js |
| 708 |
%%WWWDIR%%/react/features/analytics/reducer.js |
| 709 |
%%WWWDIR%%/react/features/app/actions.js |
| 710 |
%%WWWDIR%%/react/features/app/components/AbstractApp.js |
| 711 |
%%WWWDIR%%/react/features/app/components/App.native.js |
| 712 |
%%WWWDIR%%/react/features/app/components/App.web.js |
| 713 |
%%WWWDIR%%/react/features/app/components/index.js |
| 714 |
%%WWWDIR%%/react/features/app/functions.native.js |
| 715 |
%%WWWDIR%%/react/features/app/functions.web.js |
| 716 |
%%WWWDIR%%/react/features/app/getRouteToRender.native.js |
| 717 |
%%WWWDIR%%/react/features/app/getRouteToRender.web.js |
| 718 |
%%WWWDIR%%/react/features/app/logger.js |
| 719 |
%%WWWDIR%%/react/features/app/middleware.js |
| 720 |
%%WWWDIR%%/react/features/app/middlewares.any.js |
| 721 |
%%WWWDIR%%/react/features/app/middlewares.native.js |
| 722 |
%%WWWDIR%%/react/features/app/middlewares.web.js |
| 723 |
%%WWWDIR%%/react/features/app/reducers.any.js |
| 724 |
%%WWWDIR%%/react/features/app/reducers.native.js |
| 725 |
%%WWWDIR%%/react/features/app/reducers.web.js |
| 726 |
%%WWWDIR%%/react/features/audio-level-indicator/components/AudioLevelIndicator.js |
| 727 |
%%WWWDIR%%/react/features/audio-level-indicator/components/index.js |
| 728 |
%%WWWDIR%%/react/features/audio-level-indicator/index.js |
| 729 |
%%WWWDIR%%/react/features/authentication/actionTypes.js |
| 730 |
%%WWWDIR%%/react/features/authentication/actions.any.js |
| 731 |
%%WWWDIR%%/react/features/authentication/actions.native.js |
| 732 |
%%WWWDIR%%/react/features/authentication/actions.web.js |
| 733 |
%%WWWDIR%%/react/features/authentication/components/_.native.js |
| 734 |
%%WWWDIR%%/react/features/authentication/components/_.web.js |
| 735 |
%%WWWDIR%%/react/features/authentication/components/index.js |
| 736 |
%%WWWDIR%%/react/features/authentication/components/native/LoginDialog.js |
| 737 |
%%WWWDIR%%/react/features/authentication/components/native/WaitForOwnerDialog.js |
| 738 |
%%WWWDIR%%/react/features/authentication/components/native/index.js |
| 739 |
%%WWWDIR%%/react/features/authentication/components/native/styles.js |
| 740 |
%%WWWDIR%%/react/features/authentication/components/web/LoginDialog.js |
| 741 |
%%WWWDIR%%/react/features/authentication/components/web/WaitForOwnerDialog.js |
| 742 |
%%WWWDIR%%/react/features/authentication/components/web/index.js |
| 743 |
%%WWWDIR%%/react/features/authentication/functions.js |
| 744 |
%%WWWDIR%%/react/features/authentication/logger.js |
| 745 |
%%WWWDIR%%/react/features/authentication/middleware.native.js |
| 746 |
%%WWWDIR%%/react/features/authentication/middleware.web.js |
| 747 |
%%WWWDIR%%/react/features/authentication/reducer.js |
| 748 |
%%WWWDIR%%/react/features/av-moderation/actionTypes.js |
| 749 |
%%WWWDIR%%/react/features/av-moderation/actions.js |
| 750 |
%%WWWDIR%%/react/features/av-moderation/constants.js |
| 751 |
%%WWWDIR%%/react/features/av-moderation/functions.js |
| 752 |
%%WWWDIR%%/react/features/av-moderation/middleware.js |
| 753 |
%%WWWDIR%%/react/features/av-moderation/reducer.js |
| 754 |
%%WWWDIR%%/react/features/av-moderation/sounds.js |
| 755 |
%%WWWDIR%%/react/features/base/app/actionTypes.js |
| 756 |
%%WWWDIR%%/react/features/base/app/actions.js |
| 757 |
%%WWWDIR%%/react/features/base/app/components/BaseApp.js |
| 758 |
%%WWWDIR%%/react/features/base/app/components/index.js |
| 759 |
%%WWWDIR%%/react/features/base/app/functions.js |
| 760 |
%%WWWDIR%%/react/features/base/app/index.js |
| 761 |
%%WWWDIR%%/react/features/base/app/logger.js |
| 762 |
%%WWWDIR%%/react/features/base/app/reducer.js |
| 763 |
%%WWWDIR%%/react/features/base/audio-only/actionTypes.js |
| 764 |
%%WWWDIR%%/react/features/base/audio-only/actions.js |
| 765 |
%%WWWDIR%%/react/features/base/audio-only/index.js |
| 766 |
%%WWWDIR%%/react/features/base/audio-only/logger.js |
| 767 |
%%WWWDIR%%/react/features/base/audio-only/reducer.js |
| 768 |
%%WWWDIR%%/react/features/base/avatar/components/AbstractStatelessAvatar.js |
| 769 |
%%WWWDIR%%/react/features/base/avatar/components/Avatar.js |
| 770 |
%%WWWDIR%%/react/features/base/avatar/components/index.native.js |
| 771 |
%%WWWDIR%%/react/features/base/avatar/components/index.web.js |
| 772 |
%%WWWDIR%%/react/features/base/avatar/components/native/StatelessAvatar.js |
| 773 |
%%WWWDIR%%/react/features/base/avatar/components/native/index.js |
| 774 |
%%WWWDIR%%/react/features/base/avatar/components/native/styles.js |
| 775 |
%%WWWDIR%%/react/features/base/avatar/components/web/StatelessAvatar.js |
| 776 |
%%WWWDIR%%/react/features/base/avatar/components/web/index.js |
| 777 |
%%WWWDIR%%/react/features/base/avatar/constants.js |
| 778 |
%%WWWDIR%%/react/features/base/avatar/functions.js |
| 779 |
%%WWWDIR%%/react/features/base/avatar/index.js |
| 780 |
%%WWWDIR%%/react/features/base/buttons/CopyButton.js |
| 781 |
%%WWWDIR%%/react/features/base/color-scheme/ColorSchemeRegistry.js |
| 782 |
%%WWWDIR%%/react/features/base/color-scheme/defaultScheme.js |
| 783 |
%%WWWDIR%%/react/features/base/color-scheme/functions.js |
| 784 |
%%WWWDIR%%/react/features/base/color-scheme/index.js |
| 785 |
%%WWWDIR%%/react/features/base/components/buttons/QuickActionButton.js |
| 786 |
%%WWWDIR%%/react/features/base/components/context-menu/ContextMenu.js |
| 787 |
%%WWWDIR%%/react/features/base/components/context-menu/ContextMenuItem.js |
| 788 |
%%WWWDIR%%/react/features/base/components/context-menu/ContextMenuItemGroup.js |
| 789 |
%%WWWDIR%%/react/features/base/components/context-menu/useContextMenu.js |
| 790 |
%%WWWDIR%%/react/features/base/components/index.js |
| 791 |
%%WWWDIR%%/react/features/base/components/participants-pane-list/ListItem.js |
| 792 |
%%WWWDIR%%/react/features/base/components/themes/participantsPaneTheme.json |
| 793 |
%%WWWDIR%%/react/features/base/conference/actionTypes.js |
| 794 |
%%WWWDIR%%/react/features/base/conference/actions.js |
| 795 |
%%WWWDIR%%/react/features/base/conference/constants.js |
| 796 |
%%WWWDIR%%/react/features/base/conference/functions.js |
| 797 |
%%WWWDIR%%/react/features/base/conference/index.js |
| 798 |
%%WWWDIR%%/react/features/base/conference/logger.js |
| 799 |
%%WWWDIR%%/react/features/base/conference/middleware.any.js |
| 800 |
%%WWWDIR%%/react/features/base/conference/middleware.native.js |
| 801 |
%%WWWDIR%%/react/features/base/conference/middleware.web.js |
| 802 |
%%WWWDIR%%/react/features/base/conference/reducer.js |
| 803 |
%%WWWDIR%%/react/features/base/config/actionTypes.js |
| 804 |
%%WWWDIR%%/react/features/base/config/actions.js |
| 805 |
%%WWWDIR%%/react/features/base/config/configWhitelist.js |
| 806 |
%%WWWDIR%%/react/features/base/config/constants.js |
| 807 |
%%WWWDIR%%/react/features/base/config/extraConfigWhitelist.js |
| 808 |
%%WWWDIR%%/react/features/base/config/functions.any.js |
| 809 |
%%WWWDIR%%/react/features/base/config/functions.native.js |
| 810 |
%%WWWDIR%%/react/features/base/config/functions.web.js |
| 811 |
%%WWWDIR%%/react/features/base/config/getRoomName.js |
| 812 |
%%WWWDIR%%/react/features/base/config/index.js |
| 813 |
%%WWWDIR%%/react/features/base/config/interfaceConfigWhitelist.js |
| 814 |
%%WWWDIR%%/react/features/base/config/logger.js |
| 815 |
%%WWWDIR%%/react/features/base/config/middleware.js |
| 816 |
%%WWWDIR%%/react/features/base/config/reducer.js |
| 817 |
%%WWWDIR%%/react/features/base/connection/actionTypes.js |
| 818 |
%%WWWDIR%%/react/features/base/connection/actions.native.js |
| 819 |
%%WWWDIR%%/react/features/base/connection/actions.web.js |
| 820 |
%%WWWDIR%%/react/features/base/connection/constants.js |
| 821 |
%%WWWDIR%%/react/features/base/connection/functions.js |
| 822 |
%%WWWDIR%%/react/features/base/connection/index.js |
| 823 |
%%WWWDIR%%/react/features/base/connection/logger.js |
| 824 |
%%WWWDIR%%/react/features/base/connection/reducer.js |
| 825 |
%%WWWDIR%%/react/features/base/connection/utils.js |
| 826 |
%%WWWDIR%%/react/features/base/devices/actionTypes.js |
| 827 |
%%WWWDIR%%/react/features/base/devices/actions.js |
| 828 |
%%WWWDIR%%/react/features/base/devices/functions.js |
| 829 |
%%WWWDIR%%/react/features/base/devices/index.js |
| 830 |
%%WWWDIR%%/react/features/base/devices/logger.js |
| 831 |
%%WWWDIR%%/react/features/base/devices/middleware.js |
| 832 |
%%WWWDIR%%/react/features/base/devices/reducer.js |
| 833 |
%%WWWDIR%%/react/features/base/dialog/actionTypes.js |
| 834 |
%%WWWDIR%%/react/features/base/dialog/actions.js |
| 835 |
%%WWWDIR%%/react/features/base/dialog/components/AbstractDialog.js |
| 836 |
%%WWWDIR%%/react/features/base/dialog/components/AbstractDialogContainer.js |
| 837 |
%%WWWDIR%%/react/features/base/dialog/components/DialogContent.js |
| 838 |
%%WWWDIR%%/react/features/base/dialog/components/_.native.js |
| 839 |
%%WWWDIR%%/react/features/base/dialog/components/_.web.js |
| 840 |
%%WWWDIR%%/react/features/base/dialog/components/functions.native.js |
| 841 |
%%WWWDIR%%/react/features/base/dialog/components/index.js |
| 842 |
%%WWWDIR%%/react/features/base/dialog/components/native/AlertDialog.js |
| 843 |
%%WWWDIR%%/react/features/base/dialog/components/native/BottomSheet.js |
| 844 |
%%WWWDIR%%/react/features/base/dialog/components/native/ConfirmDialog.js |
| 845 |
%%WWWDIR%%/react/features/base/dialog/components/native/DialogContainer.js |
| 846 |
%%WWWDIR%%/react/features/base/dialog/components/native/InputDialog.js |
| 847 |
%%WWWDIR%%/react/features/base/dialog/components/native/index.js |
| 848 |
%%WWWDIR%%/react/features/base/dialog/components/native/styles.js |
| 849 |
%%WWWDIR%%/react/features/base/dialog/components/styles.native.js |
| 850 |
%%WWWDIR%%/react/features/base/dialog/components/styles.web.js |
| 851 |
%%WWWDIR%%/react/features/base/dialog/components/web/AbstractDialogTab.js |
| 852 |
%%WWWDIR%%/react/features/base/dialog/components/web/Dialog.js |
| 853 |
%%WWWDIR%%/react/features/base/dialog/components/web/DialogContainer.js |
| 854 |
%%WWWDIR%%/react/features/base/dialog/components/web/DialogWithTabs.js |
| 855 |
%%WWWDIR%%/react/features/base/dialog/components/web/ModalHeader.js |
| 856 |
%%WWWDIR%%/react/features/base/dialog/components/web/StatelessDialog.js |
| 857 |
%%WWWDIR%%/react/features/base/dialog/components/web/ThemedDialog.js |
| 858 |
%%WWWDIR%%/react/features/base/dialog/components/web/index.js |
| 859 |
%%WWWDIR%%/react/features/base/dialog/constants.js |
| 860 |
%%WWWDIR%%/react/features/base/dialog/functions.js |
| 861 |
%%WWWDIR%%/react/features/base/dialog/index.js |
| 862 |
%%WWWDIR%%/react/features/base/dialog/logger.js |
| 863 |
%%WWWDIR%%/react/features/base/dialog/reducer.js |
| 864 |
%%WWWDIR%%/react/features/base/environment/environment.js |
| 865 |
%%WWWDIR%%/react/features/base/environment/index.js |
| 866 |
%%WWWDIR%%/react/features/base/environment/utils.js |
| 867 |
%%WWWDIR%%/react/features/base/flags/actionTypes.js |
| 868 |
%%WWWDIR%%/react/features/base/flags/actions.js |
| 869 |
%%WWWDIR%%/react/features/base/flags/constants.js |
| 870 |
%%WWWDIR%%/react/features/base/flags/functions.js |
| 871 |
%%WWWDIR%%/react/features/base/flags/index.js |
| 872 |
%%WWWDIR%%/react/features/base/flags/reducer.js |
| 873 |
%%WWWDIR%%/react/features/base/i18n/BuiltinLanguages.native.js |
| 874 |
%%WWWDIR%%/react/features/base/i18n/BuiltinLanguages.web.js |
| 875 |
%%WWWDIR%%/react/features/base/i18n/actionTypes.js |
| 876 |
%%WWWDIR%%/react/features/base/i18n/configLanguageDetector.js |
| 877 |
%%WWWDIR%%/react/features/base/i18n/customNavigatorDetector.js |
| 878 |
%%WWWDIR%%/react/features/base/i18n/dateUtil.js |
| 879 |
%%WWWDIR%%/react/features/base/i18n/functions.js |
| 880 |
%%WWWDIR%%/react/features/base/i18n/i18next.js |
| 881 |
%%WWWDIR%%/react/features/base/i18n/index.js |
| 882 |
%%WWWDIR%%/react/features/base/i18n/languageDetector.native.js |
| 883 |
%%WWWDIR%%/react/features/base/i18n/languageDetector.web.js |
| 884 |
%%WWWDIR%%/react/features/base/i18n/logger.js |
| 885 |
%%WWWDIR%%/react/features/base/i18n/middleware.js |
| 886 |
%%WWWDIR%%/react/features/base/icons/components/Icon.js |
| 887 |
%%WWWDIR%%/react/features/base/icons/components/index.js |
| 888 |
%%WWWDIR%%/react/features/base/icons/index.js |
| 889 |
%%WWWDIR%%/react/features/base/icons/svg/AUD.svg |
| 890 |
%%WWWDIR%%/react/features/base/icons/svg/HD.svg |
| 891 |
%%WWWDIR%%/react/features/base/icons/svg/LD.svg |
| 892 |
%%WWWDIR%%/react/features/base/icons/svg/SD.svg |
| 893 |
%%WWWDIR%%/react/features/base/icons/svg/add.svg |
| 894 |
%%WWWDIR%%/react/features/base/icons/svg/arrow-down-small.svg |
| 895 |
%%WWWDIR%%/react/features/base/icons/svg/arrow-left.svg |
| 896 |
%%WWWDIR%%/react/features/base/icons/svg/arrow_back.svg |
| 897 |
%%WWWDIR%%/react/features/base/icons/svg/arrow_down.svg |
| 898 |
%%WWWDIR%%/react/features/base/icons/svg/arrow_down_large.svg |
| 899 |
%%WWWDIR%%/react/features/base/icons/svg/arrow_up.svg |
| 900 |
%%WWWDIR%%/react/features/base/icons/svg/arrow_up_large.svg |
| 901 |
%%WWWDIR%%/react/features/base/icons/svg/bluetooth.svg |
| 902 |
%%WWWDIR%%/react/features/base/icons/svg/calendar-plus.svg |
| 903 |
%%WWWDIR%%/react/features/base/icons/svg/camera-disabled.svg |
| 904 |
%%WWWDIR%%/react/features/base/icons/svg/camera-empty-disabled.svg |
| 905 |
%%WWWDIR%%/react/features/base/icons/svg/camera-empty.svg |
| 906 |
%%WWWDIR%%/react/features/base/icons/svg/camera-refresh.svg |
| 907 |
%%WWWDIR%%/react/features/base/icons/svg/camera-take-picture.svg |
| 908 |
%%WWWDIR%%/react/features/base/icons/svg/camera.svg |
| 909 |
%%WWWDIR%%/react/features/base/icons/svg/cancel.svg |
| 910 |
%%WWWDIR%%/react/features/base/icons/svg/chat-unread.svg |
| 911 |
%%WWWDIR%%/react/features/base/icons/svg/chat.svg |
| 912 |
%%WWWDIR%%/react/features/base/icons/svg/check-solid.svg |
| 913 |
%%WWWDIR%%/react/features/base/icons/svg/check.svg |
| 914 |
%%WWWDIR%%/react/features/base/icons/svg/close-circle.svg |
| 915 |
%%WWWDIR%%/react/features/base/icons/svg/close-small.svg |
| 916 |
%%WWWDIR%%/react/features/base/icons/svg/close-solid.svg |
| 917 |
%%WWWDIR%%/react/features/base/icons/svg/close-x.svg |
| 918 |
%%WWWDIR%%/react/features/base/icons/svg/close.svg |
| 919 |
%%WWWDIR%%/react/features/base/icons/svg/closed_caption.svg |
| 920 |
%%WWWDIR%%/react/features/base/icons/svg/code-block.svg |
| 921 |
%%WWWDIR%%/react/features/base/icons/svg/copy.svg |
| 922 |
%%WWWDIR%%/react/features/base/icons/svg/crown.svg |
| 923 |
%%WWWDIR%%/react/features/base/icons/svg/document.svg |
| 924 |
%%WWWDIR%%/react/features/base/icons/svg/dominant-speaker.svg |
| 925 |
%%WWWDIR%%/react/features/base/icons/svg/download.svg |
| 926 |
%%WWWDIR%%/react/features/base/icons/svg/drag-handle.svg |
| 927 |
%%WWWDIR%%/react/features/base/icons/svg/e2ee.svg |
| 928 |
%%WWWDIR%%/react/features/base/icons/svg/edit.svg |
| 929 |
%%WWWDIR%%/react/features/base/icons/svg/enlarge.svg |
| 930 |
%%WWWDIR%%/react/features/base/icons/svg/envelope.svg |
| 931 |
%%WWWDIR%%/react/features/base/icons/svg/event_note.svg |
| 932 |
%%WWWDIR%%/react/features/base/icons/svg/exclamation-solid.svg |
| 933 |
%%WWWDIR%%/react/features/base/icons/svg/exclamation-triangle.svg |
| 934 |
%%WWWDIR%%/react/features/base/icons/svg/exclamation.svg |
| 935 |
%%WWWDIR%%/react/features/base/icons/svg/exit-full-screen.svg |
| 936 |
%%WWWDIR%%/react/features/base/icons/svg/feedback.svg |
| 937 |
%%WWWDIR%%/react/features/base/icons/svg/full-screen.svg |
| 938 |
%%WWWDIR%%/react/features/base/icons/svg/gauge.svg |
| 939 |
%%WWWDIR%%/react/features/base/icons/svg/google.svg |
| 940 |
%%WWWDIR%%/react/features/base/icons/svg/gsm-bars.svg |
| 941 |
%%WWWDIR%%/react/features/base/icons/svg/hangup.svg |
| 942 |
%%WWWDIR%%/react/features/base/icons/svg/headset.svg |
| 943 |
%%WWWDIR%%/react/features/base/icons/svg/help.svg |
| 944 |
%%WWWDIR%%/react/features/base/icons/svg/home.svg |
| 945 |
%%WWWDIR%%/react/features/base/icons/svg/horizontal-points.svg |
| 946 |
%%WWWDIR%%/react/features/base/icons/svg/icon-arrow-down-wide.svg |
| 947 |
%%WWWDIR%%/react/features/base/icons/svg/icon-arrow-up-wide.svg |
| 948 |
%%WWWDIR%%/react/features/base/icons/svg/icon-ring-group.svg |
| 949 |
%%WWWDIR%%/react/features/base/icons/svg/icons8-home.svg |
| 950 |
%%WWWDIR%%/react/features/base/icons/svg/index.js |
| 951 |
%%WWWDIR%%/react/features/base/icons/svg/info.svg |
| 952 |
%%WWWDIR%%/react/features/base/icons/svg/kick.svg |
| 953 |
%%WWWDIR%%/react/features/base/icons/svg/link.svg |
| 954 |
%%WWWDIR%%/react/features/base/icons/svg/live-streaming.svg |
| 955 |
%%WWWDIR%%/react/features/base/icons/svg/meeting-locked.svg |
| 956 |
%%WWWDIR%%/react/features/base/icons/svg/meeting-unlocked.svg |
| 957 |
%%WWWDIR%%/react/features/base/icons/svg/menu-down.svg |
| 958 |
%%WWWDIR%%/react/features/base/icons/svg/menu-up.svg |
| 959 |
%%WWWDIR%%/react/features/base/icons/svg/menu.svg |
| 960 |
%%WWWDIR%%/react/features/base/icons/svg/message.svg |
| 961 |
%%WWWDIR%%/react/features/base/icons/svg/meter.svg |
| 962 |
%%WWWDIR%%/react/features/base/icons/svg/mic-blocked.svg |
| 963 |
%%WWWDIR%%/react/features/base/icons/svg/mic-camera-combined.svg |
| 964 |
%%WWWDIR%%/react/features/base/icons/svg/mic-disabled-hollow.svg |
| 965 |
%%WWWDIR%%/react/features/base/icons/svg/mic-disabled.svg |
| 966 |
%%WWWDIR%%/react/features/base/icons/svg/microphone-empty-slash.svg |
| 967 |
%%WWWDIR%%/react/features/base/icons/svg/microphone-empty.svg |
| 968 |
%%WWWDIR%%/react/features/base/icons/svg/microphone-hollow.svg |
| 969 |
%%WWWDIR%%/react/features/base/icons/svg/microphone.svg |
| 970 |
%%WWWDIR%%/react/features/base/icons/svg/mute-everyone-else.svg |
| 971 |
%%WWWDIR%%/react/features/base/icons/svg/mute-everyone.svg |
| 972 |
%%WWWDIR%%/react/features/base/icons/svg/mute-video-everyone-else.svg |
| 973 |
%%WWWDIR%%/react/features/base/icons/svg/mute-video-everyone.svg |
| 974 |
%%WWWDIR%%/react/features/base/icons/svg/navigate_next.svg |
| 975 |
%%WWWDIR%%/react/features/base/icons/svg/ninja.svg |
| 976 |
%%WWWDIR%%/react/features/base/icons/svg/office365.svg |
| 977 |
%%WWWDIR%%/react/features/base/icons/svg/open_in_new.svg |
| 978 |
%%WWWDIR%%/react/features/base/icons/svg/paper-plane.svg |
| 979 |
%%WWWDIR%%/react/features/base/icons/svg/participants.svg |
| 980 |
%%WWWDIR%%/react/features/base/icons/svg/phone-talk.svg |
| 981 |
%%WWWDIR%%/react/features/base/icons/svg/phone.svg |
| 982 |
%%WWWDIR%%/react/features/base/icons/svg/play.svg |
| 983 |
%%WWWDIR%%/react/features/base/icons/svg/plus-circle.svg |
| 984 |
%%WWWDIR%%/react/features/base/icons/svg/presentation.svg |
| 985 |
%%WWWDIR%%/react/features/base/icons/svg/public.svg |
| 986 |
%%WWWDIR%%/react/features/base/icons/svg/radio_button_checked.svg |
| 987 |
%%WWWDIR%%/react/features/base/icons/svg/radio_button_unchecked.svg |
| 988 |
%%WWWDIR%%/react/features/base/icons/svg/raised-hand-hollow.svg |
| 989 |
%%WWWDIR%%/react/features/base/icons/svg/raised-hand.svg |
| 990 |
%%WWWDIR%%/react/features/base/icons/svg/rec.svg |
| 991 |
%%WWWDIR%%/react/features/base/icons/svg/reply.svg |
| 992 |
%%WWWDIR%%/react/features/base/icons/svg/restore.svg |
| 993 |
%%WWWDIR%%/react/features/base/icons/svg/search.svg |
| 994 |
%%WWWDIR%%/react/features/base/icons/svg/security-locked.svg |
| 995 |
%%WWWDIR%%/react/features/base/icons/svg/security-off.svg |
| 996 |
%%WWWDIR%%/react/features/base/icons/svg/security-on.svg |
| 997 |
%%WWWDIR%%/react/features/base/icons/svg/security.svg |
| 998 |
%%WWWDIR%%/react/features/base/icons/svg/send.svg |
| 999 |
%%WWWDIR%%/react/features/base/icons/svg/settings.svg |
| 1000 |
%%WWWDIR%%/react/features/base/icons/svg/share-audio.svg |
| 1001 |
%%WWWDIR%%/react/features/base/icons/svg/share-desktop.svg |
| 1002 |
%%WWWDIR%%/react/features/base/icons/svg/share-doc.svg |
| 1003 |
%%WWWDIR%%/react/features/base/icons/svg/share.svg |
| 1004 |
%%WWWDIR%%/react/features/base/icons/svg/shared-video.svg |
| 1005 |
%%WWWDIR%%/react/features/base/icons/svg/signal_cellular_0.svg |
| 1006 |
%%WWWDIR%%/react/features/base/icons/svg/signal_cellular_1.svg |
| 1007 |
%%WWWDIR%%/react/features/base/icons/svg/signal_cellular_2.svg |
| 1008 |
%%WWWDIR%%/react/features/base/icons/svg/sip.svg |
| 1009 |
%%WWWDIR%%/react/features/base/icons/svg/smile.svg |
| 1010 |
%%WWWDIR%%/react/features/base/icons/svg/speaker.svg |
| 1011 |
%%WWWDIR%%/react/features/base/icons/svg/star.svg |
| 1012 |
%%WWWDIR%%/react/features/base/icons/svg/stop-audio-share.svg |
| 1013 |
%%WWWDIR%%/react/features/base/icons/svg/stop.svg |
| 1014 |
%%WWWDIR%%/react/features/base/icons/svg/switch-camera.svg |
| 1015 |
%%WWWDIR%%/react/features/base/icons/svg/thumb-menu.svg |
| 1016 |
%%WWWDIR%%/react/features/base/icons/svg/tiles-many.svg |
| 1017 |
%%WWWDIR%%/react/features/base/icons/svg/trash.svg |
| 1018 |
%%WWWDIR%%/react/features/base/icons/svg/user-groups.svg |
| 1019 |
%%WWWDIR%%/react/features/base/icons/svg/user-plus.svg |
| 1020 |
%%WWWDIR%%/react/features/base/icons/svg/video-off.svg |
| 1021 |
%%WWWDIR%%/react/features/base/icons/svg/virtual-background.svg |
| 1022 |
%%WWWDIR%%/react/features/base/icons/svg/visibility-off.svg |
| 1023 |
%%WWWDIR%%/react/features/base/icons/svg/visibility.svg |
| 1024 |
%%WWWDIR%%/react/features/base/icons/svg/volume-empty.svg |
| 1025 |
%%WWWDIR%%/react/features/base/icons/svg/volume-off.svg |
| 1026 |
%%WWWDIR%%/react/features/base/icons/svg/volume.svg |
| 1027 |
%%WWWDIR%%/react/features/base/icons/svg/warning.svg |
| 1028 |
%%WWWDIR%%/react/features/base/icons/svg/wifi-1.svg |
| 1029 |
%%WWWDIR%%/react/features/base/icons/svg/wifi-2.svg |
| 1030 |
%%WWWDIR%%/react/features/base/icons/svg/wifi-3.svg |
| 1031 |
%%WWWDIR%%/react/features/base/icons/svg/yahoo.svg |
| 1032 |
%%WWWDIR%%/react/features/base/jitsi-local-storage/logger.js |
| 1033 |
%%WWWDIR%%/react/features/base/jitsi-local-storage/setup.web.js |
| 1034 |
%%WWWDIR%%/react/features/base/jwt/actionTypes.js |
| 1035 |
%%WWWDIR%%/react/features/base/jwt/actions.js |
| 1036 |
%%WWWDIR%%/react/features/base/jwt/constants.js |
| 1037 |
%%WWWDIR%%/react/features/base/jwt/functions.js |
| 1038 |
%%WWWDIR%%/react/features/base/jwt/index.js |
| 1039 |
%%WWWDIR%%/react/features/base/jwt/logger.js |
| 1040 |
%%WWWDIR%%/react/features/base/jwt/middleware.js |
| 1041 |
%%WWWDIR%%/react/features/base/jwt/reducer.js |
| 1042 |
%%WWWDIR%%/react/features/base/known-domains/actionTypes.js |
| 1043 |
%%WWWDIR%%/react/features/base/known-domains/actions.js |
| 1044 |
%%WWWDIR%%/react/features/base/known-domains/index.js |
| 1045 |
%%WWWDIR%%/react/features/base/known-domains/middleware.js |
| 1046 |
%%WWWDIR%%/react/features/base/known-domains/reducer.js |
| 1047 |
%%WWWDIR%%/react/features/base/label/components/AbstractLabel.js |
| 1048 |
%%WWWDIR%%/react/features/base/label/components/ExpandedLabel.native.js |
| 1049 |
%%WWWDIR%%/react/features/base/label/components/ExpandedLabel.web.js |
| 1050 |
%%WWWDIR%%/react/features/base/label/components/Label.native.js |
| 1051 |
%%WWWDIR%%/react/features/base/label/components/Label.web.js |
| 1052 |
%%WWWDIR%%/react/features/base/label/components/index.js |
| 1053 |
%%WWWDIR%%/react/features/base/label/components/styles.js |
| 1054 |
%%WWWDIR%%/react/features/base/label/constants.js |
| 1055 |
%%WWWDIR%%/react/features/base/label/index.js |
| 1056 |
%%WWWDIR%%/react/features/base/lastn/actionTypes.js |
| 1057 |
%%WWWDIR%%/react/features/base/lastn/actions.js |
| 1058 |
%%WWWDIR%%/react/features/base/lastn/functions.js |
| 1059 |
%%WWWDIR%%/react/features/base/lastn/index.js |
| 1060 |
%%WWWDIR%%/react/features/base/lastn/logger.js |
| 1061 |
%%WWWDIR%%/react/features/base/lastn/middleware.js |
| 1062 |
%%WWWDIR%%/react/features/base/lastn/reducer.js |
| 1063 |
%%WWWDIR%%/react/features/base/lib-jitsi-meet/_.native.js |
| 1064 |
%%WWWDIR%%/react/features/base/lib-jitsi-meet/_.web.js |
| 1065 |
%%WWWDIR%%/react/features/base/lib-jitsi-meet/actionTypes.js |
| 1066 |
%%WWWDIR%%/react/features/base/lib-jitsi-meet/actions.js |
| 1067 |
%%WWWDIR%%/react/features/base/lib-jitsi-meet/functions.any.js |
| 1068 |
%%WWWDIR%%/react/features/base/lib-jitsi-meet/functions.native.js |
| 1069 |
%%WWWDIR%%/react/features/base/lib-jitsi-meet/functions.web.js |
| 1070 |
%%WWWDIR%%/react/features/base/lib-jitsi-meet/index.js |
| 1071 |
%%WWWDIR%%/react/features/base/lib-jitsi-meet/logger.js |
| 1072 |
%%WWWDIR%%/react/features/base/lib-jitsi-meet/middleware.js |
| 1073 |
%%WWWDIR%%/react/features/base/lib-jitsi-meet/native/WiFiStats.js |
| 1074 |
%%WWWDIR%%/react/features/base/lib-jitsi-meet/native/index.js |
| 1075 |
%%WWWDIR%%/react/features/base/lib-jitsi-meet/reducer.js |
| 1076 |
%%WWWDIR%%/react/features/base/logging/ExternalApiLogTransport.js |
| 1077 |
%%WWWDIR%%/react/features/base/logging/JitsiMeetInMemoryLogStorage.js |
| 1078 |
%%WWWDIR%%/react/features/base/logging/JitsiMeetLogStorage.js |
| 1079 |
%%WWWDIR%%/react/features/base/logging/LogTransport.native.js |
| 1080 |
%%WWWDIR%%/react/features/base/logging/LogTransport.web.js |
| 1081 |
%%WWWDIR%%/react/features/base/logging/actionTypes.js |
| 1082 |
%%WWWDIR%%/react/features/base/logging/actions.js |
| 1083 |
%%WWWDIR%%/react/features/base/logging/functions.js |
| 1084 |
%%WWWDIR%%/react/features/base/logging/index.js |
| 1085 |
%%WWWDIR%%/react/features/base/logging/middleware.js |
| 1086 |
%%WWWDIR%%/react/features/base/logging/reducer.js |
| 1087 |
%%WWWDIR%%/react/features/base/media/actionTypes.js |
| 1088 |
%%WWWDIR%%/react/features/base/media/actions.js |
| 1089 |
%%WWWDIR%%/react/features/base/media/components/AbstractAudio.js |
| 1090 |
%%WWWDIR%%/react/features/base/media/components/AbstractVideoTrack.js |
| 1091 |
%%WWWDIR%%/react/features/base/media/components/Audio.native.js |
| 1092 |
%%WWWDIR%%/react/features/base/media/components/Audio.web.js |
| 1093 |
%%WWWDIR%%/react/features/base/media/components/Video.native.js |
| 1094 |
%%WWWDIR%%/react/features/base/media/components/Video.web.js |
| 1095 |
%%WWWDIR%%/react/features/base/media/components/_.native.js |
| 1096 |
%%WWWDIR%%/react/features/base/media/components/_.web.js |
| 1097 |
%%WWWDIR%%/react/features/base/media/components/index.js |
| 1098 |
%%WWWDIR%%/react/features/base/media/components/native/Audio.js |
| 1099 |
%%WWWDIR%%/react/features/base/media/components/native/Video.js |
| 1100 |
%%WWWDIR%%/react/features/base/media/components/native/VideoTrack.js |
| 1101 |
%%WWWDIR%%/react/features/base/media/components/native/VideoTransform.js |
| 1102 |
%%WWWDIR%%/react/features/base/media/components/native/index.js |
| 1103 |
%%WWWDIR%%/react/features/base/media/components/native/styles.js |
| 1104 |
%%WWWDIR%%/react/features/base/media/components/web/Audio.js |
| 1105 |
%%WWWDIR%%/react/features/base/media/components/web/AudioTrack.js |
| 1106 |
%%WWWDIR%%/react/features/base/media/components/web/Video.js |
| 1107 |
%%WWWDIR%%/react/features/base/media/components/web/VideoTrack.js |
| 1108 |
%%WWWDIR%%/react/features/base/media/components/web/index.js |
| 1109 |
%%WWWDIR%%/react/features/base/media/constants.js |
| 1110 |
%%WWWDIR%%/react/features/base/media/functions.js |
| 1111 |
%%WWWDIR%%/react/features/base/media/index.js |
| 1112 |
%%WWWDIR%%/react/features/base/media/logger.js |
| 1113 |
%%WWWDIR%%/react/features/base/media/middleware.js |
| 1114 |
%%WWWDIR%%/react/features/base/media/reducer.js |
| 1115 |
%%WWWDIR%%/react/features/base/modal/components/JitsiKeyboardAvoidingView.js |
| 1116 |
%%WWWDIR%%/react/features/base/modal/components/JitsiScreen.js |
| 1117 |
%%WWWDIR%%/react/features/base/modal/components/JitsiScreenWebView.js |
| 1118 |
%%WWWDIR%%/react/features/base/modal/components/JitsiStatusBar.js |
| 1119 |
%%WWWDIR%%/react/features/base/modal/components/functions.native.js |
| 1120 |
%%WWWDIR%%/react/features/base/modal/components/styles.js |
| 1121 |
%%WWWDIR%%/react/features/base/net-info/NetworkInfoService.native.js |
| 1122 |
%%WWWDIR%%/react/features/base/net-info/NetworkInfoService.web.js |
| 1123 |
%%WWWDIR%%/react/features/base/net-info/actionTypes.js |
| 1124 |
%%WWWDIR%%/react/features/base/net-info/actions.js |
| 1125 |
%%WWWDIR%%/react/features/base/net-info/constants.js |
| 1126 |
%%WWWDIR%%/react/features/base/net-info/events.js |
| 1127 |
%%WWWDIR%%/react/features/base/net-info/index.js |
| 1128 |
%%WWWDIR%%/react/features/base/net-info/logger.js |
| 1129 |
%%WWWDIR%%/react/features/base/net-info/middleware.js |
| 1130 |
%%WWWDIR%%/react/features/base/net-info/reducer.js |
| 1131 |
%%WWWDIR%%/react/features/base/net-info/selectors.js |
| 1132 |
%%WWWDIR%%/react/features/base/net-info/types.js |
| 1133 |
%%WWWDIR%%/react/features/base/participants/actionTypes.js |
| 1134 |
%%WWWDIR%%/react/features/base/participants/actions.js |
| 1135 |
%%WWWDIR%%/react/features/base/participants/components/ParticipantView.native.js |
| 1136 |
%%WWWDIR%%/react/features/base/participants/components/ParticipantView.web.js |
| 1137 |
%%WWWDIR%%/react/features/base/participants/components/index.js |
| 1138 |
%%WWWDIR%%/react/features/base/participants/components/styles.js |
| 1139 |
%%WWWDIR%%/react/features/base/participants/constants.js |
| 1140 |
%%WWWDIR%%/react/features/base/participants/functions.js |
| 1141 |
%%WWWDIR%%/react/features/base/participants/index.js |
| 1142 |
%%WWWDIR%%/react/features/base/participants/logger.js |
| 1143 |
%%WWWDIR%%/react/features/base/participants/middleware.js |
| 1144 |
%%WWWDIR%%/react/features/base/participants/preloadImage.native.js |
| 1145 |
%%WWWDIR%%/react/features/base/participants/preloadImage.web.js |
| 1146 |
%%WWWDIR%%/react/features/base/participants/reducer.js |
| 1147 |
%%WWWDIR%%/react/features/base/participants/sounds.js |
| 1148 |
%%WWWDIR%%/react/features/base/popover/components/Popover.native.js |
| 1149 |
%%WWWDIR%%/react/features/base/popover/components/Popover.web.js |
| 1150 |
%%WWWDIR%%/react/features/base/popover/components/index.js |
| 1151 |
%%WWWDIR%%/react/features/base/popover/functions.web.js |
| 1152 |
%%WWWDIR%%/react/features/base/popover/index.js |
| 1153 |
%%WWWDIR%%/react/features/base/premeeting/components/index.native.js |
| 1154 |
%%WWWDIR%%/react/features/base/premeeting/components/index.web.js |
| 1155 |
%%WWWDIR%%/react/features/base/premeeting/components/web/ActionButton.js |
| 1156 |
%%WWWDIR%%/react/features/base/premeeting/components/web/ConnectionStatus.js |
| 1157 |
%%WWWDIR%%/react/features/base/premeeting/components/web/InputField.js |
| 1158 |
%%WWWDIR%%/react/features/base/premeeting/components/web/PreMeetingScreen.js |
| 1159 |
%%WWWDIR%%/react/features/base/premeeting/components/web/Preview.js |
| 1160 |
%%WWWDIR%%/react/features/base/premeeting/components/web/index.js |
| 1161 |
%%WWWDIR%%/react/features/base/premeeting/constants.js |
| 1162 |
%%WWWDIR%%/react/features/base/premeeting/functions.js |
| 1163 |
%%WWWDIR%%/react/features/base/premeeting/index.js |
| 1164 |
%%WWWDIR%%/react/features/base/premeeting/logger.js |
| 1165 |
%%WWWDIR%%/react/features/base/react/Platform.native.js |
| 1166 |
%%WWWDIR%%/react/features/base/react/Platform.web.js |
| 1167 |
%%WWWDIR%%/react/features/base/react/Types.js |
| 1168 |
%%WWWDIR%%/react/features/base/react/base.js |
| 1169 |
%%WWWDIR%%/react/features/base/react/components/AbstractContainer.js |
| 1170 |
%%WWWDIR%%/react/features/base/react/components/AbstractPage.js |
| 1171 |
%%WWWDIR%%/react/features/base/react/components/NavigateSectionList.js |
| 1172 |
%%WWWDIR%%/react/features/base/react/components/_.native.js |
| 1173 |
%%WWWDIR%%/react/features/base/react/components/_.web.js |
| 1174 |
%%WWWDIR%%/react/features/base/react/components/base.native.js |
| 1175 |
%%WWWDIR%%/react/features/base/react/components/base.web.js |
| 1176 |
%%WWWDIR%%/react/features/base/react/components/index.js |
| 1177 |
%%WWWDIR%%/react/features/base/react/components/native/AvatarListItem.js |
| 1178 |
%%WWWDIR%%/react/features/base/react/components/native/BackButton.js |
| 1179 |
%%WWWDIR%%/react/features/base/react/components/native/BaseIndicator.js |
| 1180 |
%%WWWDIR%%/react/features/base/react/components/native/Button.js |
| 1181 |
%%WWWDIR%%/react/features/base/react/components/native/Container.js |
| 1182 |
%%WWWDIR%%/react/features/base/react/components/native/ForwardButton.js |
| 1183 |
%%WWWDIR%%/react/features/base/react/components/native/HeaderLabel.js |
| 1184 |
%%WWWDIR%%/react/features/base/react/components/native/Image.js |
| 1185 |
%%WWWDIR%%/react/features/base/react/components/native/Link.js |
| 1186 |
%%WWWDIR%%/react/features/base/react/components/native/Linkify.js |
| 1187 |
%%WWWDIR%%/react/features/base/react/components/native/LoadingIndicator.js |
| 1188 |
%%WWWDIR%%/react/features/base/react/components/native/Modal.js |
| 1189 |
%%WWWDIR%%/react/features/base/react/components/native/NavigateSectionListEmptyComponent.js |
| 1190 |
%%WWWDIR%%/react/features/base/react/components/native/NavigateSectionListItem.js |
| 1191 |
%%WWWDIR%%/react/features/base/react/components/native/NavigateSectionListSectionHeader.js |
| 1192 |
%%WWWDIR%%/react/features/base/react/components/native/PagedList.js |
| 1193 |
%%WWWDIR%%/react/features/base/react/components/native/Pressable.js |
| 1194 |
%%WWWDIR%%/react/features/base/react/components/native/SectionList.js |
| 1195 |
%%WWWDIR%%/react/features/base/react/components/native/SlidingView.js |
| 1196 |
%%WWWDIR%%/react/features/base/react/components/native/Switch.js |
| 1197 |
%%WWWDIR%%/react/features/base/react/components/native/Text.js |
| 1198 |
%%WWWDIR%%/react/features/base/react/components/native/TintedView.js |
| 1199 |
%%WWWDIR%%/react/features/base/react/components/native/headerstyles.js |
| 1200 |
%%WWWDIR%%/react/features/base/react/components/native/index.js |
| 1201 |
%%WWWDIR%%/react/features/base/react/components/native/indicatorstyles.js |
| 1202 |
%%WWWDIR%%/react/features/base/react/components/native/slidingviewstyles.js |
| 1203 |
%%WWWDIR%%/react/features/base/react/components/native/styles.js |
| 1204 |
%%WWWDIR%%/react/features/base/react/components/web/BaseIndicator.js |
| 1205 |
%%WWWDIR%%/react/features/base/react/components/web/Button.js |
| 1206 |
%%WWWDIR%%/react/features/base/react/components/web/Container.js |
| 1207 |
%%WWWDIR%%/react/features/base/react/components/web/Image.js |
| 1208 |
%%WWWDIR%%/react/features/base/react/components/web/InlineDialogFailure.js |
| 1209 |
%%WWWDIR%%/react/features/base/react/components/web/Linkify.js |
| 1210 |
%%WWWDIR%%/react/features/base/react/components/web/LoadingIndicator.js |
| 1211 |
%%WWWDIR%%/react/features/base/react/components/web/MeetingsList.js |
| 1212 |
%%WWWDIR%%/react/features/base/react/components/web/Message.js |
| 1213 |
%%WWWDIR%%/react/features/base/react/components/web/MultiSelectAutocomplete.js |
| 1214 |
%%WWWDIR%%/react/features/base/react/components/web/NavigateSectionListEmptyComponent.js |
| 1215 |
%%WWWDIR%%/react/features/base/react/components/web/NavigateSectionListItem.js |
| 1216 |
%%WWWDIR%%/react/features/base/react/components/web/NavigateSectionListSectionHeader.js |
| 1217 |
%%WWWDIR%%/react/features/base/react/components/web/SectionList.js |
| 1218 |
%%WWWDIR%%/react/features/base/react/components/web/Switch.js |
| 1219 |
%%WWWDIR%%/react/features/base/react/components/web/Text.js |
| 1220 |
%%WWWDIR%%/react/features/base/react/components/web/Watermarks.js |
| 1221 |
%%WWWDIR%%/react/features/base/react/components/web/index.js |
| 1222 |
%%WWWDIR%%/react/features/base/react/constants.js |
| 1223 |
%%WWWDIR%%/react/features/base/react/functions.js |
| 1224 |
%%WWWDIR%%/react/features/base/react/index.js |
| 1225 |
%%WWWDIR%%/react/features/base/react/logger.js |
| 1226 |
%%WWWDIR%%/react/features/base/redux/MiddlewareRegistry.js |
| 1227 |
%%WWWDIR%%/react/features/base/redux/PersistenceRegistry.js |
| 1228 |
%%WWWDIR%%/react/features/base/redux/README.md |
| 1229 |
%%WWWDIR%%/react/features/base/redux/ReducerRegistry.js |
| 1230 |
%%WWWDIR%%/react/features/base/redux/StateListenerRegistry.js |
| 1231 |
%%WWWDIR%%/react/features/base/redux/functions.js |
| 1232 |
%%WWWDIR%%/react/features/base/redux/index.js |
| 1233 |
%%WWWDIR%%/react/features/base/redux/logger.js |
| 1234 |
%%WWWDIR%%/react/features/base/redux/middleware.js |
| 1235 |
%%WWWDIR%%/react/features/base/responsive-ui/actionTypes.js |
| 1236 |
%%WWWDIR%%/react/features/base/responsive-ui/actions.js |
| 1237 |
%%WWWDIR%%/react/features/base/responsive-ui/components/DimensionsDetector.native.js |
| 1238 |
%%WWWDIR%%/react/features/base/responsive-ui/components/DimensionsDetector.web.js |
| 1239 |
%%WWWDIR%%/react/features/base/responsive-ui/components/index.js |
| 1240 |
%%WWWDIR%%/react/features/base/responsive-ui/constants.js |
| 1241 |
%%WWWDIR%%/react/features/base/responsive-ui/index.js |
| 1242 |
%%WWWDIR%%/react/features/base/responsive-ui/middleware.native.js |
| 1243 |
%%WWWDIR%%/react/features/base/responsive-ui/middleware.web.js |
| 1244 |
%%WWWDIR%%/react/features/base/responsive-ui/reducer.js |
| 1245 |
%%WWWDIR%%/react/features/base/settings/actionTypes.js |
| 1246 |
%%WWWDIR%%/react/features/base/settings/actions.js |
| 1247 |
%%WWWDIR%%/react/features/base/settings/constants.js |
| 1248 |
%%WWWDIR%%/react/features/base/settings/functions.any.js |
| 1249 |
%%WWWDIR%%/react/features/base/settings/functions.native.js |
| 1250 |
%%WWWDIR%%/react/features/base/settings/functions.web.js |
| 1251 |
%%WWWDIR%%/react/features/base/settings/index.js |
| 1252 |
%%WWWDIR%%/react/features/base/settings/logger.js |
| 1253 |
%%WWWDIR%%/react/features/base/settings/middleware.js |
| 1254 |
%%WWWDIR%%/react/features/base/settings/reducer.js |
| 1255 |
%%WWWDIR%%/react/features/base/sounds/actionTypes.js |
| 1256 |
%%WWWDIR%%/react/features/base/sounds/actions.js |
| 1257 |
%%WWWDIR%%/react/features/base/sounds/components/SoundCollection.js |
| 1258 |
%%WWWDIR%%/react/features/base/sounds/components/index.js |
| 1259 |
%%WWWDIR%%/react/features/base/sounds/functions.android.js |
| 1260 |
%%WWWDIR%%/react/features/base/sounds/functions.any.js |
| 1261 |
%%WWWDIR%%/react/features/base/sounds/functions.ios.js |
| 1262 |
%%WWWDIR%%/react/features/base/sounds/functions.web.js |
| 1263 |
%%WWWDIR%%/react/features/base/sounds/index.js |
| 1264 |
%%WWWDIR%%/react/features/base/sounds/logger.js |
| 1265 |
%%WWWDIR%%/react/features/base/sounds/middleware.js |
| 1266 |
%%WWWDIR%%/react/features/base/sounds/reducer.js |
| 1267 |
%%WWWDIR%%/react/features/base/styles/components/index.js |
| 1268 |
%%WWWDIR%%/react/features/base/styles/components/styles/BoxModel.js |
| 1269 |
%%WWWDIR%%/react/features/base/styles/components/styles/ColorPalette.js |
| 1270 |
%%WWWDIR%%/react/features/base/styles/components/styles/index.js |
| 1271 |
%%WWWDIR%%/react/features/base/styles/functions.any.js |
| 1272 |
%%WWWDIR%%/react/features/base/styles/functions.native.js |
| 1273 |
%%WWWDIR%%/react/features/base/styles/functions.web.js |
| 1274 |
%%WWWDIR%%/react/features/base/styles/index.js |
| 1275 |
%%WWWDIR%%/react/features/base/testing/actionTypes.js |
| 1276 |
%%WWWDIR%%/react/features/base/testing/actions.js |
| 1277 |
%%WWWDIR%%/react/features/base/testing/components/AbstractTestHint.js |
| 1278 |
%%WWWDIR%%/react/features/base/testing/components/TestConnectionInfo.js |
| 1279 |
%%WWWDIR%%/react/features/base/testing/components/TestHint.android.js |
| 1280 |
%%WWWDIR%%/react/features/base/testing/components/TestHint.ios.js |
| 1281 |
%%WWWDIR%%/react/features/base/testing/components/TestHint.web.js |
| 1282 |
%%WWWDIR%%/react/features/base/testing/components/index.js |
| 1283 |
%%WWWDIR%%/react/features/base/testing/functions.js |
| 1284 |
%%WWWDIR%%/react/features/base/testing/index.js |
| 1285 |
%%WWWDIR%%/react/features/base/testing/logger.js |
| 1286 |
%%WWWDIR%%/react/features/base/testing/middleware.js |
| 1287 |
%%WWWDIR%%/react/features/base/testing/reducer.js |
| 1288 |
%%WWWDIR%%/react/features/base/toolbox/components/AbstractAudioMuteButton.js |
| 1289 |
%%WWWDIR%%/react/features/base/toolbox/components/AbstractButton.js |
| 1290 |
%%WWWDIR%%/react/features/base/toolbox/components/AbstractHangupButton.js |
| 1291 |
%%WWWDIR%%/react/features/base/toolbox/components/AbstractToolboxItem.js |
| 1292 |
%%WWWDIR%%/react/features/base/toolbox/components/AbstractVideoMuteButton.js |
| 1293 |
%%WWWDIR%%/react/features/base/toolbox/components/OverflowMenuItem.native.js |
| 1294 |
%%WWWDIR%%/react/features/base/toolbox/components/ToolboxItem.native.js |
| 1295 |
%%WWWDIR%%/react/features/base/toolbox/components/ToolboxItem.web.js |
| 1296 |
%%WWWDIR%%/react/features/base/toolbox/components/_.native.js |
| 1297 |
%%WWWDIR%%/react/features/base/toolbox/components/_.web.js |
| 1298 |
%%WWWDIR%%/react/features/base/toolbox/components/index.js |
| 1299 |
%%WWWDIR%%/react/features/base/toolbox/components/web/OverflowMenuItem.js |
| 1300 |
%%WWWDIR%%/react/features/base/toolbox/components/web/ToolboxButtonWithIcon.js |
| 1301 |
%%WWWDIR%%/react/features/base/toolbox/components/web/ToolboxItem.js |
| 1302 |
%%WWWDIR%%/react/features/base/toolbox/components/web/index.js |
| 1303 |
%%WWWDIR%%/react/features/base/tooltip/components/TooltipWrapper.js |
| 1304 |
%%WWWDIR%%/react/features/base/tooltip/components/index.js |
| 1305 |
%%WWWDIR%%/react/features/base/tooltip/index.js |
| 1306 |
%%WWWDIR%%/react/features/base/tracks/actionTypes.js |
| 1307 |
%%WWWDIR%%/react/features/base/tracks/actions.js |
| 1308 |
%%WWWDIR%%/react/features/base/tracks/functions.js |
| 1309 |
%%WWWDIR%%/react/features/base/tracks/index.js |
| 1310 |
%%WWWDIR%%/react/features/base/tracks/loadEffects.native.js |
| 1311 |
%%WWWDIR%%/react/features/base/tracks/loadEffects.web.js |
| 1312 |
%%WWWDIR%%/react/features/base/tracks/logger.js |
| 1313 |
%%WWWDIR%%/react/features/base/tracks/middleware.js |
| 1314 |
%%WWWDIR%%/react/features/base/tracks/reducer.js |
| 1315 |
%%WWWDIR%%/react/features/base/tracks/subscriber.js |
| 1316 |
%%WWWDIR%%/react/features/base/ui/Tokens.js |
| 1317 |
%%WWWDIR%%/react/features/base/ui/components/BaseTheme.native.js |
| 1318 |
%%WWWDIR%%/react/features/base/ui/components/BaseTheme.web.js |
| 1319 |
%%WWWDIR%%/react/features/base/ui/components/GlobalStyles.js |
| 1320 |
%%WWWDIR%%/react/features/base/ui/components/JitsiThemeProvider.native.js |
| 1321 |
%%WWWDIR%%/react/features/base/ui/components/JitsiThemeProvider.web.js |
| 1322 |
%%WWWDIR%%/react/features/base/ui/components/updateTheme.native.js |
| 1323 |
%%WWWDIR%%/react/features/base/ui/constants.js |
| 1324 |
%%WWWDIR%%/react/features/base/ui/functions.native.js |
| 1325 |
%%WWWDIR%%/react/features/base/ui/functions.web.js |
| 1326 |
%%WWWDIR%%/react/features/base/ui/utils.js |
| 1327 |
%%WWWDIR%%/react/features/base/user-interaction/actionTypes.js |
| 1328 |
%%WWWDIR%%/react/features/base/user-interaction/middleware.js |
| 1329 |
%%WWWDIR%%/react/features/base/user-interaction/reducer.js |
| 1330 |
%%WWWDIR%%/react/features/base/util/downloadJSON.js |
| 1331 |
%%WWWDIR%%/react/features/base/util/helpers.js |
| 1332 |
%%WWWDIR%%/react/features/base/util/hooks.js |
| 1333 |
%%WWWDIR%%/react/features/base/util/httpUtils.js |
| 1334 |
%%WWWDIR%%/react/features/base/util/index.js |
| 1335 |
%%WWWDIR%%/react/features/base/util/isInsecureRoomName.js |
| 1336 |
%%WWWDIR%%/react/features/base/util/loadScript.native.js |
| 1337 |
%%WWWDIR%%/react/features/base/util/loadScript.web.js |
| 1338 |
%%WWWDIR%%/react/features/base/util/logger.js |
| 1339 |
%%WWWDIR%%/react/features/base/util/openURLInBrowser.native.js |
| 1340 |
%%WWWDIR%%/react/features/base/util/openURLInBrowser.web.js |
| 1341 |
%%WWWDIR%%/react/features/base/util/parseURLParams.js |
| 1342 |
%%WWWDIR%%/react/features/base/util/react-focus-lock-wrapper.js |
| 1343 |
%%WWWDIR%%/react/features/base/util/strings.native.js |
| 1344 |
%%WWWDIR%%/react/features/base/util/strings.web.js |
| 1345 |
%%WWWDIR%%/react/features/base/util/timeoutPromise.js |
| 1346 |
%%WWWDIR%%/react/features/base/util/uri.js |
| 1347 |
%%WWWDIR%%/react/features/breakout-rooms/actionTypes.js |
| 1348 |
%%WWWDIR%%/react/features/breakout-rooms/actions.js |
| 1349 |
%%WWWDIR%%/react/features/breakout-rooms/constants.js |
| 1350 |
%%WWWDIR%%/react/features/breakout-rooms/functions.js |
| 1351 |
%%WWWDIR%%/react/features/breakout-rooms/logger.js |
| 1352 |
%%WWWDIR%%/react/features/breakout-rooms/middleware.js |
| 1353 |
%%WWWDIR%%/react/features/breakout-rooms/reducer.js |
| 1354 |
%%WWWDIR%%/react/features/calendar-sync/actionTypes.js |
| 1355 |
%%WWWDIR%%/react/features/calendar-sync/actions.any.js |
| 1356 |
%%WWWDIR%%/react/features/calendar-sync/actions.native.js |
| 1357 |
%%WWWDIR%%/react/features/calendar-sync/actions.web.js |
| 1358 |
%%WWWDIR%%/react/features/calendar-sync/components/AddMeetingUrlButton.native.js |
| 1359 |
%%WWWDIR%%/react/features/calendar-sync/components/AddMeetingUrlButton.web.js |
| 1360 |
%%WWWDIR%%/react/features/calendar-sync/components/CalendarList.native.js |
| 1361 |
%%WWWDIR%%/react/features/calendar-sync/components/CalendarList.web.js |
| 1362 |
%%WWWDIR%%/react/features/calendar-sync/components/CalendarListContent.native.js |
| 1363 |
%%WWWDIR%%/react/features/calendar-sync/components/CalendarListContent.web.js |
| 1364 |
%%WWWDIR%%/react/features/calendar-sync/components/ConferenceNotification.native.js |
| 1365 |
%%WWWDIR%%/react/features/calendar-sync/components/ConferenceNotification.web.js |
| 1366 |
%%WWWDIR%%/react/features/calendar-sync/components/JoinButton.native.js |
| 1367 |
%%WWWDIR%%/react/features/calendar-sync/components/JoinButton.web.js |
| 1368 |
%%WWWDIR%%/react/features/calendar-sync/components/MicrosoftSignInButton.native.js |
| 1369 |
%%WWWDIR%%/react/features/calendar-sync/components/MicrosoftSignInButton.web.js |
| 1370 |
%%WWWDIR%%/react/features/calendar-sync/components/UpdateCalendarEventDialog.native.js |
| 1371 |
%%WWWDIR%%/react/features/calendar-sync/components/UpdateCalendarEventDialog.web.js |
| 1372 |
%%WWWDIR%%/react/features/calendar-sync/components/index.js |
| 1373 |
%%WWWDIR%%/react/features/calendar-sync/components/styles.js |
| 1374 |
%%WWWDIR%%/react/features/calendar-sync/constants.js |
| 1375 |
%%WWWDIR%%/react/features/calendar-sync/functions.any.js |
| 1376 |
%%WWWDIR%%/react/features/calendar-sync/functions.native.js |
| 1377 |
%%WWWDIR%%/react/features/calendar-sync/functions.web.js |
| 1378 |
%%WWWDIR%%/react/features/calendar-sync/index.js |
| 1379 |
%%WWWDIR%%/react/features/calendar-sync/logger.js |
| 1380 |
%%WWWDIR%%/react/features/calendar-sync/middleware.js |
| 1381 |
%%WWWDIR%%/react/features/calendar-sync/reducer.js |
| 1382 |
%%WWWDIR%%/react/features/calendar-sync/web/googleCalendar.js |
| 1383 |
%%WWWDIR%%/react/features/calendar-sync/web/microsoftCalendar.js |
| 1384 |
%%WWWDIR%%/react/features/chat/actionTypes.js |
| 1385 |
%%WWWDIR%%/react/features/chat/actions.any.js |
| 1386 |
%%WWWDIR%%/react/features/chat/actions.native.js |
| 1387 |
%%WWWDIR%%/react/features/chat/actions.web.js |
| 1388 |
%%WWWDIR%%/react/features/chat/components/AbstractChat.js |
| 1389 |
%%WWWDIR%%/react/features/chat/components/AbstractChatMessage.js |
| 1390 |
%%WWWDIR%%/react/features/chat/components/AbstractChatPrivacyDialog.js |
| 1391 |
%%WWWDIR%%/react/features/chat/components/AbstractMessageContainer.js |
| 1392 |
%%WWWDIR%%/react/features/chat/components/AbstractMessageRecipient.js |
| 1393 |
%%WWWDIR%%/react/features/chat/components/index.native.js |
| 1394 |
%%WWWDIR%%/react/features/chat/components/index.web.js |
| 1395 |
%%WWWDIR%%/react/features/chat/components/native/Chat.js |
| 1396 |
%%WWWDIR%%/react/features/chat/components/native/ChatButton.js |
| 1397 |
%%WWWDIR%%/react/features/chat/components/native/ChatInputBar.js |
| 1398 |
%%WWWDIR%%/react/features/chat/components/native/ChatMessage.js |
| 1399 |
%%WWWDIR%%/react/features/chat/components/native/ChatMessageGroup.js |
| 1400 |
%%WWWDIR%%/react/features/chat/components/native/ChatPrivacyDialog.js |
| 1401 |
%%WWWDIR%%/react/features/chat/components/native/MessageContainer.js |
| 1402 |
%%WWWDIR%%/react/features/chat/components/native/MessageRecipient.js |
| 1403 |
%%WWWDIR%%/react/features/chat/components/native/PrivateMessageButton.js |
| 1404 |
%%WWWDIR%%/react/features/chat/components/native/index.js |
| 1405 |
%%WWWDIR%%/react/features/chat/components/native/styles.js |
| 1406 |
%%WWWDIR%%/react/features/chat/components/web/Chat.js |
| 1407 |
%%WWWDIR%%/react/features/chat/components/web/ChatButton.js |
| 1408 |
%%WWWDIR%%/react/features/chat/components/web/ChatCounter.js |
| 1409 |
%%WWWDIR%%/react/features/chat/components/web/ChatHeader.js |
| 1410 |
%%WWWDIR%%/react/features/chat/components/web/ChatInput.js |
| 1411 |
%%WWWDIR%%/react/features/chat/components/web/ChatMessage.js |
| 1412 |
%%WWWDIR%%/react/features/chat/components/web/ChatMessageGroup.js |
| 1413 |
%%WWWDIR%%/react/features/chat/components/web/ChatPrivacyDialog.js |
| 1414 |
%%WWWDIR%%/react/features/chat/components/web/DisplayNameForm.js |
| 1415 |
%%WWWDIR%%/react/features/chat/components/web/KeyboardAvoider.js |
| 1416 |
%%WWWDIR%%/react/features/chat/components/web/MessageContainer.js |
| 1417 |
%%WWWDIR%%/react/features/chat/components/web/MessageRecipient.js |
| 1418 |
%%WWWDIR%%/react/features/chat/components/web/PrivateMessageButton.js |
| 1419 |
%%WWWDIR%%/react/features/chat/components/web/SmileysPanel.js |
| 1420 |
%%WWWDIR%%/react/features/chat/components/web/TouchmoveHack.js |
| 1421 |
%%WWWDIR%%/react/features/chat/components/web/index.js |
| 1422 |
%%WWWDIR%%/react/features/chat/constants.js |
| 1423 |
%%WWWDIR%%/react/features/chat/functions.js |
| 1424 |
%%WWWDIR%%/react/features/chat/index.js |
| 1425 |
%%WWWDIR%%/react/features/chat/middleware.js |
| 1426 |
%%WWWDIR%%/react/features/chat/reducer.js |
| 1427 |
%%WWWDIR%%/react/features/chat/smileys.js |
| 1428 |
%%WWWDIR%%/react/features/chat/sounds.js |
| 1429 |
%%WWWDIR%%/react/features/chrome-extension-banner/components/ChromeExtensionBanner.native.js |
| 1430 |
%%WWWDIR%%/react/features/chrome-extension-banner/components/ChromeExtensionBanner.web.js |
| 1431 |
%%WWWDIR%%/react/features/chrome-extension-banner/components/index.js |
| 1432 |
%%WWWDIR%%/react/features/chrome-extension-banner/index.js |
| 1433 |
%%WWWDIR%%/react/features/chrome-extension-banner/logger.js |
| 1434 |
%%WWWDIR%%/react/features/conference/actions.native.js |
| 1435 |
%%WWWDIR%%/react/features/conference/actions.web.js |
| 1436 |
%%WWWDIR%%/react/features/conference/components/AbstractConference.js |
| 1437 |
%%WWWDIR%%/react/features/conference/components/AbstractInsecureRoomNameLabel.js |
| 1438 |
%%WWWDIR%%/react/features/conference/components/ConferenceTimer.js |
| 1439 |
%%WWWDIR%%/react/features/conference/components/constants.js |
| 1440 |
%%WWWDIR%%/react/features/conference/components/functions.any.js |
| 1441 |
%%WWWDIR%%/react/features/conference/components/functions.native.js |
| 1442 |
%%WWWDIR%%/react/features/conference/components/functions.web.js |
| 1443 |
%%WWWDIR%%/react/features/conference/components/index.native.js |
| 1444 |
%%WWWDIR%%/react/features/conference/components/index.web.js |
| 1445 |
%%WWWDIR%%/react/features/conference/components/native/AlwaysOnLabels.js |
| 1446 |
%%WWWDIR%%/react/features/conference/components/native/Conference.js |
| 1447 |
%%WWWDIR%%/react/features/conference/components/native/ConferenceTimerDisplay.js |
| 1448 |
%%WWWDIR%%/react/features/conference/components/native/ExpandedLabelPopup.js |
| 1449 |
%%WWWDIR%%/react/features/conference/components/native/InsecureRoomNameExpandedLabel.js |
| 1450 |
%%WWWDIR%%/react/features/conference/components/native/InsecureRoomNameLabel.js |
| 1451 |
%%WWWDIR%%/react/features/conference/components/native/Labels.js |
| 1452 |
%%WWWDIR%%/react/features/conference/components/native/LonelyMeetingExperience.js |
| 1453 |
%%WWWDIR%%/react/features/conference/components/native/RaisedHandsCountExpandedLabel.js |
| 1454 |
%%WWWDIR%%/react/features/conference/components/native/RaisedHandsCountLabel.js |
| 1455 |
%%WWWDIR%%/react/features/conference/components/native/TitleBar.js |
| 1456 |
%%WWWDIR%%/react/features/conference/components/native/constants.js |
| 1457 |
%%WWWDIR%%/react/features/conference/components/native/index.js |
| 1458 |
%%WWWDIR%%/react/features/conference/components/native/styles.js |
| 1459 |
%%WWWDIR%%/react/features/conference/components/web/Conference.js |
| 1460 |
%%WWWDIR%%/react/features/conference/components/web/ConferenceInfo.js |
| 1461 |
%%WWWDIR%%/react/features/conference/components/web/ConferenceInfoContainer.js |
| 1462 |
%%WWWDIR%%/react/features/conference/components/web/ConferenceTimerDisplay.js |
| 1463 |
%%WWWDIR%%/react/features/conference/components/web/InsecureRoomNameLabel.js |
| 1464 |
%%WWWDIR%%/react/features/conference/components/web/InviteMore.js |
| 1465 |
%%WWWDIR%%/react/features/conference/components/web/Notice.js |
| 1466 |
%%WWWDIR%%/react/features/conference/components/web/ParticipantsCount.js |
| 1467 |
%%WWWDIR%%/react/features/conference/components/web/RaisedHandsCountLabel.js |
| 1468 |
%%WWWDIR%%/react/features/conference/components/web/SubjectText.js |
| 1469 |
%%WWWDIR%%/react/features/conference/components/web/index.js |
| 1470 |
%%WWWDIR%%/react/features/conference/functions.any.js |
| 1471 |
%%WWWDIR%%/react/features/conference/functions.native.js |
| 1472 |
%%WWWDIR%%/react/features/conference/functions.web.js |
| 1473 |
%%WWWDIR%%/react/features/conference/index.js |
| 1474 |
%%WWWDIR%%/react/features/conference/logger.js |
| 1475 |
%%WWWDIR%%/react/features/conference/middleware.js |
| 1476 |
%%WWWDIR%%/react/features/connection-indicator/actions.js |
| 1477 |
%%WWWDIR%%/react/features/connection-indicator/components/AbstractConnectionIndicator.js |
| 1478 |
%%WWWDIR%%/react/features/connection-indicator/components/index.native.js |
| 1479 |
%%WWWDIR%%/react/features/connection-indicator/components/index.web.js |
| 1480 |
%%WWWDIR%%/react/features/connection-indicator/components/native/ConnectionIndicator.js |
| 1481 |
%%WWWDIR%%/react/features/connection-indicator/components/native/index.js |
| 1482 |
%%WWWDIR%%/react/features/connection-indicator/components/native/styles.js |
| 1483 |
%%WWWDIR%%/react/features/connection-indicator/components/web/ConnectionIndicator.js |
| 1484 |
%%WWWDIR%%/react/features/connection-indicator/components/web/ConnectionIndicatorContent.js |
| 1485 |
%%WWWDIR%%/react/features/connection-indicator/components/web/ConnectionIndicatorIcon.js |
| 1486 |
%%WWWDIR%%/react/features/connection-indicator/components/web/index.js |
| 1487 |
%%WWWDIR%%/react/features/connection-indicator/functions.js |
| 1488 |
%%WWWDIR%%/react/features/connection-indicator/index.js |
| 1489 |
%%WWWDIR%%/react/features/connection-indicator/middleware.js |
| 1490 |
%%WWWDIR%%/react/features/connection-indicator/statsEmitter.js |
| 1491 |
%%WWWDIR%%/react/features/connection-stats/components/ConnectionStatsTable.js |
| 1492 |
%%WWWDIR%%/react/features/connection-stats/components/index.js |
| 1493 |
%%WWWDIR%%/react/features/connection-stats/index.js |
| 1494 |
%%WWWDIR%%/react/features/deep-linking/actionTypes.js |
| 1495 |
%%WWWDIR%%/react/features/deep-linking/actions.js |
| 1496 |
%%WWWDIR%%/react/features/deep-linking/components/DeepLinkingDesktopPage.native.js |
| 1497 |
%%WWWDIR%%/react/features/deep-linking/components/DeepLinkingDesktopPage.web.js |
| 1498 |
%%WWWDIR%%/react/features/deep-linking/components/DeepLinkingMobilePage.native.js |
| 1499 |
%%WWWDIR%%/react/features/deep-linking/components/DeepLinkingMobilePage.web.js |
| 1500 |
%%WWWDIR%%/react/features/deep-linking/components/NoMobileApp.native.js |
| 1501 |
%%WWWDIR%%/react/features/deep-linking/components/NoMobileApp.web.js |
| 1502 |
%%WWWDIR%%/react/features/deep-linking/components/index.js |
| 1503 |
%%WWWDIR%%/react/features/deep-linking/constants.js |
| 1504 |
%%WWWDIR%%/react/features/deep-linking/functions.js |
| 1505 |
%%WWWDIR%%/react/features/deep-linking/index.js |
| 1506 |
%%WWWDIR%%/react/features/deep-linking/middleware.js |
| 1507 |
%%WWWDIR%%/react/features/deep-linking/openDesktopApp.js |
| 1508 |
%%WWWDIR%%/react/features/deep-linking/reducer.js |
| 1509 |
%%WWWDIR%%/react/features/deep-linking/renderPromotionalFooter.js |
| 1510 |
%%WWWDIR%%/react/features/desktop-picker/actions.js |
| 1511 |
%%WWWDIR%%/react/features/desktop-picker/components/DesktopPicker.js |
| 1512 |
%%WWWDIR%%/react/features/desktop-picker/components/DesktopPickerPane.js |
| 1513 |
%%WWWDIR%%/react/features/desktop-picker/components/DesktopSourcePreview.js |
| 1514 |
%%WWWDIR%%/react/features/desktop-picker/components/index.js |
| 1515 |
%%WWWDIR%%/react/features/desktop-picker/functions.js |
| 1516 |
%%WWWDIR%%/react/features/desktop-picker/index.js |
| 1517 |
%%WWWDIR%%/react/features/desktop-picker/logger.js |
| 1518 |
%%WWWDIR%%/react/features/device-selection/actions.js |
| 1519 |
%%WWWDIR%%/react/features/device-selection/components/AudioInputPreview.js |
| 1520 |
%%WWWDIR%%/react/features/device-selection/components/AudioOutputPreview.js |
| 1521 |
%%WWWDIR%%/react/features/device-selection/components/DeviceSelection.js |
| 1522 |
%%WWWDIR%%/react/features/device-selection/components/DeviceSelector.native.js |
| 1523 |
%%WWWDIR%%/react/features/device-selection/components/DeviceSelector.web.js |
| 1524 |
%%WWWDIR%%/react/features/device-selection/components/VideoInputPreview.js |
| 1525 |
%%WWWDIR%%/react/features/device-selection/components/index.js |
| 1526 |
%%WWWDIR%%/react/features/device-selection/functions.js |
| 1527 |
%%WWWDIR%%/react/features/device-selection/index.js |
| 1528 |
%%WWWDIR%%/react/features/device-selection/logger.js |
| 1529 |
%%WWWDIR%%/react/features/device-selection/middleware.js |
| 1530 |
%%WWWDIR%%/react/features/display-name/actions.js |
| 1531 |
%%WWWDIR%%/react/features/display-name/components/AbstractDisplayNamePrompt.js |
| 1532 |
%%WWWDIR%%/react/features/display-name/components/index.native.js |
| 1533 |
%%WWWDIR%%/react/features/display-name/components/index.web.js |
| 1534 |
%%WWWDIR%%/react/features/display-name/components/native/DisplayNameLabel.js |
| 1535 |
%%WWWDIR%%/react/features/display-name/components/native/DisplayNamePrompt.js |
| 1536 |
%%WWWDIR%%/react/features/display-name/components/native/index.js |
| 1537 |
%%WWWDIR%%/react/features/display-name/components/native/styles.js |
| 1538 |
%%WWWDIR%%/react/features/display-name/components/web/DisplayName.js |
| 1539 |
%%WWWDIR%%/react/features/display-name/components/web/DisplayNameBadge.js |
| 1540 |
%%WWWDIR%%/react/features/display-name/components/web/DisplayNameLabel.js |
| 1541 |
%%WWWDIR%%/react/features/display-name/components/web/DisplayNamePrompt.js |
| 1542 |
%%WWWDIR%%/react/features/display-name/components/web/DominantSpeakerName.js |
| 1543 |
%%WWWDIR%%/react/features/display-name/components/web/index.js |
| 1544 |
%%WWWDIR%%/react/features/display-name/functions.js |
| 1545 |
%%WWWDIR%%/react/features/display-name/index.js |
| 1546 |
%%WWWDIR%%/react/features/display-name/middleware.js |
| 1547 |
%%WWWDIR%%/react/features/dropbox/actionTypes.js |
| 1548 |
%%WWWDIR%%/react/features/dropbox/actions.js |
| 1549 |
%%WWWDIR%%/react/features/dropbox/functions.any.js |
| 1550 |
%%WWWDIR%%/react/features/dropbox/functions.native.js |
| 1551 |
%%WWWDIR%%/react/features/dropbox/functions.web.js |
| 1552 |
%%WWWDIR%%/react/features/dropbox/index.js |
| 1553 |
%%WWWDIR%%/react/features/dropbox/logger.js |
| 1554 |
%%WWWDIR%%/react/features/dropbox/reducer.js |
| 1555 |
%%WWWDIR%%/react/features/dynamic-branding/actionTypes.js |
| 1556 |
%%WWWDIR%%/react/features/dynamic-branding/actions.js |
| 1557 |
%%WWWDIR%%/react/features/dynamic-branding/functions.any.js |
| 1558 |
%%WWWDIR%%/react/features/dynamic-branding/functions.web.js |
| 1559 |
%%WWWDIR%%/react/features/dynamic-branding/index.js |
| 1560 |
%%WWWDIR%%/react/features/dynamic-branding/middleware.web.js |
| 1561 |
%%WWWDIR%%/react/features/dynamic-branding/reducer.js |
| 1562 |
%%WWWDIR%%/react/features/e2ee/actionTypes.js |
| 1563 |
%%WWWDIR%%/react/features/e2ee/actions.js |
| 1564 |
%%WWWDIR%%/react/features/e2ee/components/AbstractE2EELabel.js |
| 1565 |
%%WWWDIR%%/react/features/e2ee/components/E2EELabel.js |
| 1566 |
%%WWWDIR%%/react/features/e2ee/components/E2EESection.js |
| 1567 |
%%WWWDIR%%/react/features/e2ee/components/index.native.js |
| 1568 |
%%WWWDIR%%/react/features/e2ee/components/index.web.js |
| 1569 |
%%WWWDIR%%/react/features/e2ee/constants.js |
| 1570 |
%%WWWDIR%%/react/features/e2ee/functions.js |
| 1571 |
%%WWWDIR%%/react/features/e2ee/index.js |
| 1572 |
%%WWWDIR%%/react/features/e2ee/logger.js |
| 1573 |
%%WWWDIR%%/react/features/e2ee/middleware.js |
| 1574 |
%%WWWDIR%%/react/features/e2ee/reducer.js |
| 1575 |
%%WWWDIR%%/react/features/e2ee/sounds.js |
| 1576 |
%%WWWDIR%%/react/features/embed-meeting/components/EmbedMeetingButton.js |
| 1577 |
%%WWWDIR%%/react/features/embed-meeting/components/EmbedMeetingDialog.js |
| 1578 |
%%WWWDIR%%/react/features/embed-meeting/components/EmbedMeetingTrigger.js |
| 1579 |
%%WWWDIR%%/react/features/embed-meeting/components/index.js |
| 1580 |
%%WWWDIR%%/react/features/embed-meeting/index.js |
| 1581 |
%%WWWDIR%%/react/features/etherpad/actionTypes.js |
| 1582 |
%%WWWDIR%%/react/features/etherpad/actions.js |
| 1583 |
%%WWWDIR%%/react/features/etherpad/components/SharedDocumentButton.native.js |
| 1584 |
%%WWWDIR%%/react/features/etherpad/components/SharedDocumentButton.web.js |
| 1585 |
%%WWWDIR%%/react/features/etherpad/components/index.native.js |
| 1586 |
%%WWWDIR%%/react/features/etherpad/components/index.web.js |
| 1587 |
%%WWWDIR%%/react/features/etherpad/components/native/SharedDocument.js |
| 1588 |
%%WWWDIR%%/react/features/etherpad/components/native/styles.js |
| 1589 |
%%WWWDIR%%/react/features/etherpad/constants.js |
| 1590 |
%%WWWDIR%%/react/features/etherpad/functions.js |
| 1591 |
%%WWWDIR%%/react/features/etherpad/index.js |
| 1592 |
%%WWWDIR%%/react/features/etherpad/middleware.js |
| 1593 |
%%WWWDIR%%/react/features/etherpad/reducer.js |
| 1594 |
%%WWWDIR%%/react/features/external-api/middleware.js |
| 1595 |
%%WWWDIR%%/react/features/external-api/subscriber.js |
| 1596 |
%%WWWDIR%%/react/features/facial-recognition/actionTypes.js |
| 1597 |
%%WWWDIR%%/react/features/facial-recognition/actions.js |
| 1598 |
%%WWWDIR%%/react/features/facial-recognition/constants.js |
| 1599 |
%%WWWDIR%%/react/features/facial-recognition/createImageBitmap.js |
| 1600 |
%%WWWDIR%%/react/features/facial-recognition/faceApiPatch.js |
| 1601 |
%%WWWDIR%%/react/features/facial-recognition/facialExpressionsWorker.js |
| 1602 |
%%WWWDIR%%/react/features/facial-recognition/functions.js |
| 1603 |
%%WWWDIR%%/react/features/facial-recognition/index.js |
| 1604 |
%%WWWDIR%%/react/features/facial-recognition/logger.js |
| 1605 |
%%WWWDIR%%/react/features/facial-recognition/middleware.js |
| 1606 |
%%WWWDIR%%/react/features/facial-recognition/reducer.js |
| 1607 |
%%WWWDIR%%/react/features/facial-recognition/resources/README.md |
| 1608 |
%%WWWDIR%%/react/features/facial-recognition/resources/face_expression_model-weights_manifest.json |
| 1609 |
%%WWWDIR%%/react/features/facial-recognition/resources/face_expression_model.bin |
| 1610 |
%%WWWDIR%%/react/features/facial-recognition/resources/tiny_face_detector_model-weights_manifest.json |
| 1611 |
%%WWWDIR%%/react/features/facial-recognition/resources/tiny_face_detector_model.bin |
| 1612 |
%%WWWDIR%%/react/features/feedback/actionTypes.js |
| 1613 |
%%WWWDIR%%/react/features/feedback/actions.js |
| 1614 |
%%WWWDIR%%/react/features/feedback/components/FeedbackButton.native.js |
| 1615 |
%%WWWDIR%%/react/features/feedback/components/FeedbackButton.web.js |
| 1616 |
%%WWWDIR%%/react/features/feedback/components/FeedbackDialog.native.js |
| 1617 |
%%WWWDIR%%/react/features/feedback/components/FeedbackDialog.web.js |
| 1618 |
%%WWWDIR%%/react/features/feedback/components/index.js |
| 1619 |
%%WWWDIR%%/react/features/feedback/functions.js |
| 1620 |
%%WWWDIR%%/react/features/feedback/index.js |
| 1621 |
%%WWWDIR%%/react/features/feedback/logger.js |
| 1622 |
%%WWWDIR%%/react/features/feedback/reducer.js |
| 1623 |
%%WWWDIR%%/react/features/filmstrip/actionTypes.js |
| 1624 |
%%WWWDIR%%/react/features/filmstrip/actions.any.js |
| 1625 |
%%WWWDIR%%/react/features/filmstrip/actions.native.js |
| 1626 |
%%WWWDIR%%/react/features/filmstrip/actions.web.js |
| 1627 |
%%WWWDIR%%/react/features/filmstrip/components/AbstractRaisedHandIndicator.js |
| 1628 |
%%WWWDIR%%/react/features/filmstrip/components/_.native.js |
| 1629 |
%%WWWDIR%%/react/features/filmstrip/components/_.web.js |
| 1630 |
%%WWWDIR%%/react/features/filmstrip/components/index.js |
| 1631 |
%%WWWDIR%%/react/features/filmstrip/components/native/AudioMutedIndicator.js |
| 1632 |
%%WWWDIR%%/react/features/filmstrip/components/native/Filmstrip.js |
| 1633 |
%%WWWDIR%%/react/features/filmstrip/components/native/LocalThumbnail.js |
| 1634 |
%%WWWDIR%%/react/features/filmstrip/components/native/ModeratorIndicator.js |
| 1635 |
%%WWWDIR%%/react/features/filmstrip/components/native/RaisedHandIndicator.js |
| 1636 |
%%WWWDIR%%/react/features/filmstrip/components/native/ScreenShareIndicator.js |
| 1637 |
%%WWWDIR%%/react/features/filmstrip/components/native/Thumbnail.js |
| 1638 |
%%WWWDIR%%/react/features/filmstrip/components/native/TileView.js |
| 1639 |
%%WWWDIR%%/react/features/filmstrip/components/native/index.js |
| 1640 |
%%WWWDIR%%/react/features/filmstrip/components/native/styles.js |
| 1641 |
%%WWWDIR%%/react/features/filmstrip/components/web/AudioMutedIndicator.js |
| 1642 |
%%WWWDIR%%/react/features/filmstrip/components/web/AudioTracksContainer.js |
| 1643 |
%%WWWDIR%%/react/features/filmstrip/components/web/Filmstrip.js |
| 1644 |
%%WWWDIR%%/react/features/filmstrip/components/web/ModeratorIndicator.js |
| 1645 |
%%WWWDIR%%/react/features/filmstrip/components/web/RaisedHandIndicator.js |
| 1646 |
%%WWWDIR%%/react/features/filmstrip/components/web/ScreenShareIndicator.js |
| 1647 |
%%WWWDIR%%/react/features/filmstrip/components/web/StatusIndicators.js |
| 1648 |
%%WWWDIR%%/react/features/filmstrip/components/web/Thumbnail.js |
| 1649 |
%%WWWDIR%%/react/features/filmstrip/components/web/ThumbnailAudioIndicator.js |
| 1650 |
%%WWWDIR%%/react/features/filmstrip/components/web/ThumbnailBottomIndicators.js |
| 1651 |
%%WWWDIR%%/react/features/filmstrip/components/web/ThumbnailTopIndicators.js |
| 1652 |
%%WWWDIR%%/react/features/filmstrip/components/web/ThumbnailWrapper.js |
| 1653 |
%%WWWDIR%%/react/features/filmstrip/components/web/VideoMenuTriggerButton.js |
| 1654 |
%%WWWDIR%%/react/features/filmstrip/components/web/index.js |
| 1655 |
%%WWWDIR%%/react/features/filmstrip/components/web/styles.js |
| 1656 |
%%WWWDIR%%/react/features/filmstrip/constants.js |
| 1657 |
%%WWWDIR%%/react/features/filmstrip/functions.any.js |
| 1658 |
%%WWWDIR%%/react/features/filmstrip/functions.native.js |
| 1659 |
%%WWWDIR%%/react/features/filmstrip/functions.web.js |
| 1660 |
%%WWWDIR%%/react/features/filmstrip/index.js |
| 1661 |
%%WWWDIR%%/react/features/filmstrip/logger.js |
| 1662 |
%%WWWDIR%%/react/features/filmstrip/middleware.native.js |
| 1663 |
%%WWWDIR%%/react/features/filmstrip/middleware.web.js |
| 1664 |
%%WWWDIR%%/react/features/filmstrip/reducer.js |
| 1665 |
%%WWWDIR%%/react/features/filmstrip/subscriber.any.js |
| 1666 |
%%WWWDIR%%/react/features/filmstrip/subscriber.native.js |
| 1667 |
%%WWWDIR%%/react/features/filmstrip/subscriber.web.js |
| 1668 |
%%WWWDIR%%/react/features/follow-me/actionTypes.js |
| 1669 |
%%WWWDIR%%/react/features/follow-me/actions.js |
| 1670 |
%%WWWDIR%%/react/features/follow-me/constants.js |
| 1671 |
%%WWWDIR%%/react/features/follow-me/functions.js |
| 1672 |
%%WWWDIR%%/react/features/follow-me/index.js |
| 1673 |
%%WWWDIR%%/react/features/follow-me/logger.js |
| 1674 |
%%WWWDIR%%/react/features/follow-me/middleware.js |
| 1675 |
%%WWWDIR%%/react/features/follow-me/reducer.js |
| 1676 |
%%WWWDIR%%/react/features/follow-me/subscriber.js |
| 1677 |
%%WWWDIR%%/react/features/google-api/actionTypes.js |
| 1678 |
%%WWWDIR%%/react/features/google-api/actions.js |
| 1679 |
%%WWWDIR%%/react/features/google-api/components/AbstractGoogleSignInButton.js |
| 1680 |
%%WWWDIR%%/react/features/google-api/components/GoogleSignInButton.native.js |
| 1681 |
%%WWWDIR%%/react/features/google-api/components/GoogleSignInButton.web.js |
| 1682 |
%%WWWDIR%%/react/features/google-api/components/index.js |
| 1683 |
%%WWWDIR%%/react/features/google-api/components/styles.js |
| 1684 |
%%WWWDIR%%/react/features/google-api/constants.js |
| 1685 |
%%WWWDIR%%/react/features/google-api/googleApi.native.js |
| 1686 |
%%WWWDIR%%/react/features/google-api/googleApi.web.js |
| 1687 |
%%WWWDIR%%/react/features/google-api/index.js |
| 1688 |
%%WWWDIR%%/react/features/google-api/reducer.js |
| 1689 |
%%WWWDIR%%/react/features/invite/_utils.js |
| 1690 |
%%WWWDIR%%/react/features/invite/actionTypes.js |
| 1691 |
%%WWWDIR%%/react/features/invite/actions.any.js |
| 1692 |
%%WWWDIR%%/react/features/invite/actions.native.js |
| 1693 |
%%WWWDIR%%/react/features/invite/actions.web.js |
| 1694 |
%%WWWDIR%%/react/features/invite/components/add-people-dialog/AbstractAddPeopleDialog.js |
| 1695 |
%%WWWDIR%%/react/features/invite/components/add-people-dialog/index.native.js |
| 1696 |
%%WWWDIR%%/react/features/invite/components/add-people-dialog/index.web.js |
| 1697 |
%%WWWDIR%%/react/features/invite/components/add-people-dialog/native/AddPeopleDialog.js |
| 1698 |
%%WWWDIR%%/react/features/invite/components/add-people-dialog/native/InviteButton.js |
| 1699 |
%%WWWDIR%%/react/features/invite/components/add-people-dialog/native/index.js |
| 1700 |
%%WWWDIR%%/react/features/invite/components/add-people-dialog/native/styles.js |
| 1701 |
%%WWWDIR%%/react/features/invite/components/add-people-dialog/web/AddPeopleDialog.js |
| 1702 |
%%WWWDIR%%/react/features/invite/components/add-people-dialog/web/CopyMeetingLinkSection.js |
| 1703 |
%%WWWDIR%%/react/features/invite/components/add-people-dialog/web/DialInNumber.js |
| 1704 |
%%WWWDIR%%/react/features/invite/components/add-people-dialog/web/DialInSection.js |
| 1705 |
%%WWWDIR%%/react/features/invite/components/add-people-dialog/web/InviteButton.js |
| 1706 |
%%WWWDIR%%/react/features/invite/components/add-people-dialog/web/InviteByEmailSection.js |
| 1707 |
%%WWWDIR%%/react/features/invite/components/add-people-dialog/web/InviteContactsForm.js |
| 1708 |
%%WWWDIR%%/react/features/invite/components/add-people-dialog/web/InviteContactsSection.js |
| 1709 |
%%WWWDIR%%/react/features/invite/components/add-people-dialog/web/LiveStreamSection.js |
| 1710 |
%%WWWDIR%%/react/features/invite/components/add-people-dialog/web/index.js |
| 1711 |
%%WWWDIR%%/react/features/invite/components/callee-info/CalleeInfo.js |
| 1712 |
%%WWWDIR%%/react/features/invite/components/callee-info/CalleeInfoContainer.js |
| 1713 |
%%WWWDIR%%/react/features/invite/components/callee-info/index.js |
| 1714 |
%%WWWDIR%%/react/features/invite/components/callee-info/styles.native.js |
| 1715 |
%%WWWDIR%%/react/features/invite/components/callee-info/styles.web.js |
| 1716 |
%%WWWDIR%%/react/features/invite/components/dial-in-info-page/DialInInfoApp.native.js |
| 1717 |
%%WWWDIR%%/react/features/invite/components/dial-in-info-page/DialInInfoApp.web.js |
| 1718 |
%%WWWDIR%%/react/features/invite/components/dial-in-info-page/NoRoomError.native.js |
| 1719 |
%%WWWDIR%%/react/features/invite/components/dial-in-info-page/NoRoomError.web.js |
| 1720 |
%%WWWDIR%%/react/features/invite/components/dial-in-info-page/index.js |
| 1721 |
%%WWWDIR%%/react/features/invite/components/dial-in-summary/index.native.js |
| 1722 |
%%WWWDIR%%/react/features/invite/components/dial-in-summary/index.web.js |
| 1723 |
%%WWWDIR%%/react/features/invite/components/dial-in-summary/native/DialInSummary.js |
| 1724 |
%%WWWDIR%%/react/features/invite/components/dial-in-summary/native/DialInSummaryErrorDialog.js |
| 1725 |
%%WWWDIR%%/react/features/invite/components/dial-in-summary/native/index.js |
| 1726 |
%%WWWDIR%%/react/features/invite/components/dial-in-summary/native/styles.js |
| 1727 |
%%WWWDIR%%/react/features/invite/components/dial-in-summary/web/ConferenceID.js |
| 1728 |
%%WWWDIR%%/react/features/invite/components/dial-in-summary/web/DialInSummary.js |
| 1729 |
%%WWWDIR%%/react/features/invite/components/dial-in-summary/web/NumbersList.js |
| 1730 |
%%WWWDIR%%/react/features/invite/components/dial-in-summary/web/index.js |
| 1731 |
%%WWWDIR%%/react/features/invite/components/index.js |
| 1732 |
%%WWWDIR%%/react/features/invite/constants.js |
| 1733 |
%%WWWDIR%%/react/features/invite/functions.js |
| 1734 |
%%WWWDIR%%/react/features/invite/index.js |
| 1735 |
%%WWWDIR%%/react/features/invite/logger.js |
| 1736 |
%%WWWDIR%%/react/features/invite/middleware.any.js |
| 1737 |
%%WWWDIR%%/react/features/invite/middleware.native.js |
| 1738 |
%%WWWDIR%%/react/features/invite/middleware.web.js |
| 1739 |
%%WWWDIR%%/react/features/invite/reducer.js |
| 1740 |
%%WWWDIR%%/react/features/invite/sounds.js |
| 1741 |
%%WWWDIR%%/react/features/jaas/actionTypes.js |
| 1742 |
%%WWWDIR%%/react/features/jaas/actions.any.js |
| 1743 |
%%WWWDIR%%/react/features/jaas/actions.native.js |
| 1744 |
%%WWWDIR%%/react/features/jaas/actions.web.js |
| 1745 |
%%WWWDIR%%/react/features/jaas/components/index.web.js |
| 1746 |
%%WWWDIR%%/react/features/jaas/components/web/PremiumFeatureDialog.js |
| 1747 |
%%WWWDIR%%/react/features/jaas/components/web/index.js |
| 1748 |
%%WWWDIR%%/react/features/jaas/constants.js |
| 1749 |
%%WWWDIR%%/react/features/jaas/functions.js |
| 1750 |
%%WWWDIR%%/react/features/jaas/logger.js |
| 1751 |
%%WWWDIR%%/react/features/jaas/middleware.any.js |
| 1752 |
%%WWWDIR%%/react/features/jaas/middleware.native.js |
| 1753 |
%%WWWDIR%%/react/features/jaas/middleware.web.js |
| 1754 |
%%WWWDIR%%/react/features/jaas/reducer.js |
| 1755 |
%%WWWDIR%%/react/features/keyboard-shortcuts/actionTypes.js |
| 1756 |
%%WWWDIR%%/react/features/keyboard-shortcuts/actions.js |
| 1757 |
%%WWWDIR%%/react/features/keyboard-shortcuts/components/KeyboardShortcutsButton.native.js |
| 1758 |
%%WWWDIR%%/react/features/keyboard-shortcuts/components/KeyboardShortcutsButton.web.js |
| 1759 |
%%WWWDIR%%/react/features/keyboard-shortcuts/components/KeyboardShortcutsDialog.native.js |
| 1760 |
%%WWWDIR%%/react/features/keyboard-shortcuts/components/KeyboardShortcutsDialog.web.js |
| 1761 |
%%WWWDIR%%/react/features/keyboard-shortcuts/components/index.js |
| 1762 |
%%WWWDIR%%/react/features/keyboard-shortcuts/index.js |
| 1763 |
%%WWWDIR%%/react/features/keyboard-shortcuts/middleware.js |
| 1764 |
%%WWWDIR%%/react/features/large-video/actionTypes.js |
| 1765 |
%%WWWDIR%%/react/features/large-video/actions.any.js |
| 1766 |
%%WWWDIR%%/react/features/large-video/actions.native.js |
| 1767 |
%%WWWDIR%%/react/features/large-video/actions.web.js |
| 1768 |
%%WWWDIR%%/react/features/large-video/components/LargeVideo.native.js |
| 1769 |
%%WWWDIR%%/react/features/large-video/components/LargeVideo.web.js |
| 1770 |
%%WWWDIR%%/react/features/large-video/components/LargeVideoBackground.native.js |
| 1771 |
%%WWWDIR%%/react/features/large-video/components/LargeVideoBackground.web.js |
| 1772 |
%%WWWDIR%%/react/features/large-video/components/index.js |
| 1773 |
%%WWWDIR%%/react/features/large-video/components/styles.js |
| 1774 |
%%WWWDIR%%/react/features/large-video/functions.js |
| 1775 |
%%WWWDIR%%/react/features/large-video/index.js |
| 1776 |
%%WWWDIR%%/react/features/large-video/logger.js |
| 1777 |
%%WWWDIR%%/react/features/large-video/middleware.js |
| 1778 |
%%WWWDIR%%/react/features/large-video/reducer.js |
| 1779 |
%%WWWDIR%%/react/features/large-video/subscriber.native.js |
| 1780 |
%%WWWDIR%%/react/features/large-video/subscriber.web.js |
| 1781 |
%%WWWDIR%%/react/features/lobby/actionTypes.js |
| 1782 |
%%WWWDIR%%/react/features/lobby/actions.any.js |
| 1783 |
%%WWWDIR%%/react/features/lobby/actions.native.js |
| 1784 |
%%WWWDIR%%/react/features/lobby/actions.web.js |
| 1785 |
%%WWWDIR%%/react/features/lobby/components/AbstractLobbyScreen.js |
| 1786 |
%%WWWDIR%%/react/features/lobby/components/index.native.js |
| 1787 |
%%WWWDIR%%/react/features/lobby/components/index.web.js |
| 1788 |
%%WWWDIR%%/react/features/lobby/components/native/KnockingParticipantList.js |
| 1789 |
%%WWWDIR%%/react/features/lobby/components/native/LobbyModeSwitch.js |
| 1790 |
%%WWWDIR%%/react/features/lobby/components/native/LobbyScreen.js |
| 1791 |
%%WWWDIR%%/react/features/lobby/components/native/index.js |
| 1792 |
%%WWWDIR%%/react/features/lobby/components/native/styles.js |
| 1793 |
%%WWWDIR%%/react/features/lobby/components/web/LobbyScreen.js |
| 1794 |
%%WWWDIR%%/react/features/lobby/components/web/LobbySection.js |
| 1795 |
%%WWWDIR%%/react/features/lobby/components/web/index.js |
| 1796 |
%%WWWDIR%%/react/features/lobby/constants.js |
| 1797 |
%%WWWDIR%%/react/features/lobby/functions.js |
| 1798 |
%%WWWDIR%%/react/features/lobby/index.js |
| 1799 |
%%WWWDIR%%/react/features/lobby/logger.js |
| 1800 |
%%WWWDIR%%/react/features/lobby/middleware.js |
| 1801 |
%%WWWDIR%%/react/features/lobby/reducer.js |
| 1802 |
%%WWWDIR%%/react/features/lobby/sounds.js |
| 1803 |
%%WWWDIR%%/react/features/local-recording/actionTypes.js |
| 1804 |
%%WWWDIR%%/react/features/local-recording/actions.js |
| 1805 |
%%WWWDIR%%/react/features/local-recording/components/LocalRecordingButton.native.js |
| 1806 |
%%WWWDIR%%/react/features/local-recording/components/LocalRecordingButton.web.js |
| 1807 |
%%WWWDIR%%/react/features/local-recording/components/LocalRecordingInfoDialog.js |
| 1808 |
%%WWWDIR%%/react/features/local-recording/components/LocalRecordingLabel.native.js |
| 1809 |
%%WWWDIR%%/react/features/local-recording/components/LocalRecordingLabel.web.js |
| 1810 |
%%WWWDIR%%/react/features/local-recording/components/index.js |
| 1811 |
%%WWWDIR%%/react/features/local-recording/controller/RecordingController.js |
| 1812 |
%%WWWDIR%%/react/features/local-recording/controller/index.js |
| 1813 |
%%WWWDIR%%/react/features/local-recording/index.js |
| 1814 |
%%WWWDIR%%/react/features/local-recording/logger.js |
| 1815 |
%%WWWDIR%%/react/features/local-recording/middleware.js |
| 1816 |
%%WWWDIR%%/react/features/local-recording/recording/AbstractAudioContextAdapter.js |
| 1817 |
%%WWWDIR%%/react/features/local-recording/recording/OggAdapter.js |
| 1818 |
%%WWWDIR%%/react/features/local-recording/recording/RecordingAdapter.js |
| 1819 |
%%WWWDIR%%/react/features/local-recording/recording/Utils.js |
| 1820 |
%%WWWDIR%%/react/features/local-recording/recording/WavAdapter.js |
| 1821 |
%%WWWDIR%%/react/features/local-recording/recording/flac/FlacAdapter.js |
| 1822 |
%%WWWDIR%%/react/features/local-recording/recording/flac/flacEncodeWorker.js |
| 1823 |
%%WWWDIR%%/react/features/local-recording/recording/flac/index.js |
| 1824 |
%%WWWDIR%%/react/features/local-recording/recording/flac/messageTypes.js |
| 1825 |
%%WWWDIR%%/react/features/local-recording/recording/index.js |
| 1826 |
%%WWWDIR%%/react/features/local-recording/reducer.js |
| 1827 |
%%WWWDIR%%/react/features/local-recording/session/SessionManager.js |
| 1828 |
%%WWWDIR%%/react/features/local-recording/session/index.js |
| 1829 |
%%WWWDIR%%/react/features/mobile/audio-mode/actionTypes.js |
| 1830 |
%%WWWDIR%%/react/features/mobile/audio-mode/components/AudioDeviceToggleButton.js |
| 1831 |
%%WWWDIR%%/react/features/mobile/audio-mode/components/AudioRoutePickerDialog.js |
| 1832 |
%%WWWDIR%%/react/features/mobile/audio-mode/components/styles.js |
| 1833 |
%%WWWDIR%%/react/features/mobile/audio-mode/index.js |
| 1834 |
%%WWWDIR%%/react/features/mobile/audio-mode/logger.js |
| 1835 |
%%WWWDIR%%/react/features/mobile/audio-mode/middleware.js |
| 1836 |
%%WWWDIR%%/react/features/mobile/audio-mode/reducer.js |
| 1837 |
%%WWWDIR%%/react/features/mobile/back-button/BackButtonRegistry.js |
| 1838 |
%%WWWDIR%%/react/features/mobile/back-button/index.js |
| 1839 |
%%WWWDIR%%/react/features/mobile/back-button/middleware.js |
| 1840 |
%%WWWDIR%%/react/features/mobile/background/actionTypes.js |
| 1841 |
%%WWWDIR%%/react/features/mobile/background/actions.js |
| 1842 |
%%WWWDIR%%/react/features/mobile/background/index.js |
| 1843 |
%%WWWDIR%%/react/features/mobile/background/middleware.native.js |
| 1844 |
%%WWWDIR%%/react/features/mobile/background/middleware.web.js |
| 1845 |
%%WWWDIR%%/react/features/mobile/background/reducer.js |
| 1846 |
%%WWWDIR%%/react/features/mobile/call-integration/CallKit.js |
| 1847 |
%%WWWDIR%%/react/features/mobile/call-integration/CallKitIcon.png |
| 1848 |
%%WWWDIR%%/react/features/mobile/call-integration/ConnectionService.js |
| 1849 |
%%WWWDIR%%/react/features/mobile/call-integration/actionTypes.js |
| 1850 |
%%WWWDIR%%/react/features/mobile/call-integration/functions.js |
| 1851 |
%%WWWDIR%%/react/features/mobile/call-integration/middleware.js |
| 1852 |
%%WWWDIR%%/react/features/mobile/call-integration/reducer.js |
| 1853 |
%%WWWDIR%%/react/features/mobile/external-api/actionTypes.js |
| 1854 |
%%WWWDIR%%/react/features/mobile/external-api/actions.js |
| 1855 |
%%WWWDIR%%/react/features/mobile/external-api/functions.js |
| 1856 |
%%WWWDIR%%/react/features/mobile/external-api/index.js |
| 1857 |
%%WWWDIR%%/react/features/mobile/external-api/logger.js |
| 1858 |
%%WWWDIR%%/react/features/mobile/external-api/middleware.js |
| 1859 |
%%WWWDIR%%/react/features/mobile/external-api/reducer.js |
| 1860 |
%%WWWDIR%%/react/features/mobile/full-screen/actionTypes.js |
| 1861 |
%%WWWDIR%%/react/features/mobile/full-screen/actions.js |
| 1862 |
%%WWWDIR%%/react/features/mobile/full-screen/middleware.js |
| 1863 |
%%WWWDIR%%/react/features/mobile/full-screen/reducer.js |
| 1864 |
%%WWWDIR%%/react/features/mobile/navigation/components/HeaderNavigationButton.js |
| 1865 |
%%WWWDIR%%/react/features/mobile/navigation/components/RootNavigationContainer.js |
| 1866 |
%%WWWDIR%%/react/features/mobile/navigation/components/chat/components/ChatAndPollsNavigationContainer.js |
| 1867 |
%%WWWDIR%%/react/features/mobile/navigation/components/conference/ConferenceNavigationContainerRef.js |
| 1868 |
%%WWWDIR%%/react/features/mobile/navigation/components/conference/components/ConferenceNavigationContainer.js |
| 1869 |
%%WWWDIR%%/react/features/mobile/navigation/components/welcome/components/CustomDrawerContent.js |
| 1870 |
%%WWWDIR%%/react/features/mobile/navigation/components/welcome/components/WelcomePageNavigationContainer.js |
| 1871 |
%%WWWDIR%%/react/features/mobile/navigation/components/welcome/components/WelcomePageTabs.js |
| 1872 |
%%WWWDIR%%/react/features/mobile/navigation/components/welcome/functions.js |
| 1873 |
%%WWWDIR%%/react/features/mobile/navigation/middleware.js |
| 1874 |
%%WWWDIR%%/react/features/mobile/navigation/rootNavigationContainerRef.js |
| 1875 |
%%WWWDIR%%/react/features/mobile/navigation/routes.js |
| 1876 |
%%WWWDIR%%/react/features/mobile/navigation/screenOptions.js |
| 1877 |
%%WWWDIR%%/react/features/mobile/permissions/functions.js |
| 1878 |
%%WWWDIR%%/react/features/mobile/permissions/index.js |
| 1879 |
%%WWWDIR%%/react/features/mobile/permissions/middleware.js |
| 1880 |
%%WWWDIR%%/react/features/mobile/picture-in-picture/actionTypes.js |
| 1881 |
%%WWWDIR%%/react/features/mobile/picture-in-picture/actions.js |
| 1882 |
%%WWWDIR%%/react/features/mobile/picture-in-picture/components/PictureInPictureButton.js |
| 1883 |
%%WWWDIR%%/react/features/mobile/picture-in-picture/components/index.js |
| 1884 |
%%WWWDIR%%/react/features/mobile/picture-in-picture/functions.js |
| 1885 |
%%WWWDIR%%/react/features/mobile/picture-in-picture/index.js |
| 1886 |
%%WWWDIR%%/react/features/mobile/picture-in-picture/logger.js |
| 1887 |
%%WWWDIR%%/react/features/mobile/polyfills/RTCPeerConnection.js |
| 1888 |
%%WWWDIR%%/react/features/mobile/polyfills/Storage.js |
| 1889 |
%%WWWDIR%%/react/features/mobile/polyfills/browser.js |
| 1890 |
%%WWWDIR%%/react/features/mobile/polyfills/bundler.js |
| 1891 |
%%WWWDIR%%/react/features/mobile/polyfills/index.js |
| 1892 |
%%WWWDIR%%/react/features/mobile/polyfills/ipv6utils.js |
| 1893 |
%%WWWDIR%%/react/features/mobile/polyfills/webrtc.js |
| 1894 |
%%WWWDIR%%/react/features/mobile/proximity/middleware.js |
| 1895 |
%%WWWDIR%%/react/features/mobile/wake-lock/middleware.js |
| 1896 |
%%WWWDIR%%/react/features/mobile/watchos/actionTypes.js |
| 1897 |
%%WWWDIR%%/react/features/mobile/watchos/actions.js |
| 1898 |
%%WWWDIR%%/react/features/mobile/watchos/constants.js |
| 1899 |
%%WWWDIR%%/react/features/mobile/watchos/logger.js |
| 1900 |
%%WWWDIR%%/react/features/mobile/watchos/middleware.js |
| 1901 |
%%WWWDIR%%/react/features/mobile/watchos/reducer.js |
| 1902 |
%%WWWDIR%%/react/features/no-audio-signal/actionTypes.js |
| 1903 |
%%WWWDIR%%/react/features/no-audio-signal/actions.js |
| 1904 |
%%WWWDIR%%/react/features/no-audio-signal/components/DialInLink.js |
| 1905 |
%%WWWDIR%%/react/features/no-audio-signal/constants.js |
| 1906 |
%%WWWDIR%%/react/features/no-audio-signal/middleware.js |
| 1907 |
%%WWWDIR%%/react/features/no-audio-signal/reducer.js |
| 1908 |
%%WWWDIR%%/react/features/no-audio-signal/sounds.js |
| 1909 |
%%WWWDIR%%/react/features/noise-detection/actionTypes.js |
| 1910 |
%%WWWDIR%%/react/features/noise-detection/actions.js |
| 1911 |
%%WWWDIR%%/react/features/noise-detection/constants.js |
| 1912 |
%%WWWDIR%%/react/features/noise-detection/middleware.js |
| 1913 |
%%WWWDIR%%/react/features/noise-detection/reducer.js |
| 1914 |
%%WWWDIR%%/react/features/noise-detection/sounds.js |
| 1915 |
%%WWWDIR%%/react/features/notifications/actionTypes.js |
| 1916 |
%%WWWDIR%%/react/features/notifications/actions.js |
| 1917 |
%%WWWDIR%%/react/features/notifications/components/AbstractNotification.js |
| 1918 |
%%WWWDIR%%/react/features/notifications/components/index.native.js |
| 1919 |
%%WWWDIR%%/react/features/notifications/components/index.web.js |
| 1920 |
%%WWWDIR%%/react/features/notifications/components/native/Notification.js |
| 1921 |
%%WWWDIR%%/react/features/notifications/components/native/NotificationsContainer.js |
| 1922 |
%%WWWDIR%%/react/features/notifications/components/native/index.js |
| 1923 |
%%WWWDIR%%/react/features/notifications/components/native/styles.js |
| 1924 |
%%WWWDIR%%/react/features/notifications/components/web/Notification.js |
| 1925 |
%%WWWDIR%%/react/features/notifications/components/web/NotificationsContainer.js |
| 1926 |
%%WWWDIR%%/react/features/notifications/components/web/index.js |
| 1927 |
%%WWWDIR%%/react/features/notifications/constants.js |
| 1928 |
%%WWWDIR%%/react/features/notifications/functions.js |
| 1929 |
%%WWWDIR%%/react/features/notifications/index.js |
| 1930 |
%%WWWDIR%%/react/features/notifications/middleware.js |
| 1931 |
%%WWWDIR%%/react/features/notifications/reducer.js |
| 1932 |
%%WWWDIR%%/react/features/old-client-notification/components/OldElectronAPPNotificationDescription.js |
| 1933 |
%%WWWDIR%%/react/features/old-client-notification/components/index.js |
| 1934 |
%%WWWDIR%%/react/features/old-client-notification/functions.js |
| 1935 |
%%WWWDIR%%/react/features/old-client-notification/middleware.js |
| 1936 |
%%WWWDIR%%/react/features/overlay/actionTypes.js |
| 1937 |
%%WWWDIR%%/react/features/overlay/actions.js |
| 1938 |
%%WWWDIR%%/react/features/overlay/components/AbstractPageReloadOverlay.js |
| 1939 |
%%WWWDIR%%/react/features/overlay/components/OverlayContainer.js |
| 1940 |
%%WWWDIR%%/react/features/overlay/components/_.native.js |
| 1941 |
%%WWWDIR%%/react/features/overlay/components/_.web.js |
| 1942 |
%%WWWDIR%%/react/features/overlay/components/index.js |
| 1943 |
%%WWWDIR%%/react/features/overlay/components/native/LoadConfigOverlay.js |
| 1944 |
%%WWWDIR%%/react/features/overlay/components/native/OverlayFrame.js |
| 1945 |
%%WWWDIR%%/react/features/overlay/components/native/PageReloadOverlay.js |
| 1946 |
%%WWWDIR%%/react/features/overlay/components/native/index.js |
| 1947 |
%%WWWDIR%%/react/features/overlay/components/native/styles.js |
| 1948 |
%%WWWDIR%%/react/features/overlay/components/web/AbstractSlowGUMOverlay.js |
| 1949 |
%%WWWDIR%%/react/features/overlay/components/web/AbstractSuspendedOverlay.js |
| 1950 |
%%WWWDIR%%/react/features/overlay/components/web/AbstractUserMediaPermissionsOverlay.js |
| 1951 |
%%WWWDIR%%/react/features/overlay/components/web/OverlayFrame.js |
| 1952 |
%%WWWDIR%%/react/features/overlay/components/web/PageReloadOverlay.js |
| 1953 |
%%WWWDIR%%/react/features/overlay/components/web/ReloadButton.js |
| 1954 |
%%WWWDIR%%/react/features/overlay/components/web/SlowGUMOverlay.js |
| 1955 |
%%WWWDIR%%/react/features/overlay/components/web/SuspendedOverlay.js |
| 1956 |
%%WWWDIR%%/react/features/overlay/components/web/UserMediaPermissionsOverlay.js |
| 1957 |
%%WWWDIR%%/react/features/overlay/components/web/index.js |
| 1958 |
%%WWWDIR%%/react/features/overlay/functions.js |
| 1959 |
%%WWWDIR%%/react/features/overlay/index.js |
| 1960 |
%%WWWDIR%%/react/features/overlay/logger.js |
| 1961 |
%%WWWDIR%%/react/features/overlay/middleware.js |
| 1962 |
%%WWWDIR%%/react/features/overlay/overlays.native.js |
| 1963 |
%%WWWDIR%%/react/features/overlay/overlays.web.js |
| 1964 |
%%WWWDIR%%/react/features/overlay/reducer.js |
| 1965 |
%%WWWDIR%%/react/features/participants-pane/actionTypes.js |
| 1966 |
%%WWWDIR%%/react/features/participants-pane/actions.any.js |
| 1967 |
%%WWWDIR%%/react/features/participants-pane/actions.native.js |
| 1968 |
%%WWWDIR%%/react/features/participants-pane/actions.web.js |
| 1969 |
%%WWWDIR%%/react/features/participants-pane/components/breakout-rooms/components/_.native.js |
| 1970 |
%%WWWDIR%%/react/features/participants-pane/components/breakout-rooms/components/_.web.js |
| 1971 |
%%WWWDIR%%/react/features/participants-pane/components/breakout-rooms/components/index.js |
| 1972 |
%%WWWDIR%%/react/features/participants-pane/components/breakout-rooms/components/native/AddBreakoutRoomButton.js |
| 1973 |
%%WWWDIR%%/react/features/participants-pane/components/breakout-rooms/components/native/AutoAssignButton.js |
| 1974 |
%%WWWDIR%%/react/features/participants-pane/components/breakout-rooms/components/native/BreakoutRoomContextMenu.js |
| 1975 |
%%WWWDIR%%/react/features/participants-pane/components/breakout-rooms/components/native/BreakoutRoomParticipantItem.js |
| 1976 |
%%WWWDIR%%/react/features/participants-pane/components/breakout-rooms/components/native/CollapsibleRoom.js |
| 1977 |
%%WWWDIR%%/react/features/participants-pane/components/breakout-rooms/components/native/LeaveBreakoutRoomButton.js |
| 1978 |
%%WWWDIR%%/react/features/participants-pane/components/breakout-rooms/components/native/index.js |
| 1979 |
%%WWWDIR%%/react/features/participants-pane/components/breakout-rooms/components/native/styles.js |
| 1980 |
%%WWWDIR%%/react/features/participants-pane/components/breakout-rooms/components/web/AddBreakoutRoomButton.js |
| 1981 |
%%WWWDIR%%/react/features/participants-pane/components/breakout-rooms/components/web/AutoAssignButton.js |
| 1982 |
%%WWWDIR%%/react/features/participants-pane/components/breakout-rooms/components/web/CollapsibleRoom.js |
| 1983 |
%%WWWDIR%%/react/features/participants-pane/components/breakout-rooms/components/web/JoinQuickActionButton.js |
| 1984 |
%%WWWDIR%%/react/features/participants-pane/components/breakout-rooms/components/web/LeaveButton.js |
| 1985 |
%%WWWDIR%%/react/features/participants-pane/components/breakout-rooms/components/web/RoomActionEllipsis.js |
| 1986 |
%%WWWDIR%%/react/features/participants-pane/components/breakout-rooms/components/web/RoomContextMenu.js |
| 1987 |
%%WWWDIR%%/react/features/participants-pane/components/breakout-rooms/components/web/RoomList.js |
| 1988 |
%%WWWDIR%%/react/features/participants-pane/components/breakout-rooms/components/web/index.js |
| 1989 |
%%WWWDIR%%/react/features/participants-pane/components/native/ClearableInput.js |
| 1990 |
%%WWWDIR%%/react/features/participants-pane/components/native/CollapsibleList.js |
| 1991 |
%%WWWDIR%%/react/features/participants-pane/components/native/ContextMenuLobbyParticipantReject.js |
| 1992 |
%%WWWDIR%%/react/features/participants-pane/components/native/ContextMenuMore.js |
| 1993 |
%%WWWDIR%%/react/features/participants-pane/components/native/HorizontalDotsIcon.js |
| 1994 |
%%WWWDIR%%/react/features/participants-pane/components/native/LobbyParticipantItem.js |
| 1995 |
%%WWWDIR%%/react/features/participants-pane/components/native/LobbyParticipantList.js |
| 1996 |
%%WWWDIR%%/react/features/participants-pane/components/native/MeetingParticipantItem.js |
| 1997 |
%%WWWDIR%%/react/features/participants-pane/components/native/MeetingParticipantList.js |
| 1998 |
%%WWWDIR%%/react/features/participants-pane/components/native/ParticipantItem.js |
| 1999 |
%%WWWDIR%%/react/features/participants-pane/components/native/ParticipantsPane.js |
| 2000 |
%%WWWDIR%%/react/features/participants-pane/components/native/ParticipantsPaneButton.js |
| 2001 |
%%WWWDIR%%/react/features/participants-pane/components/native/RaisedHandIndicator.js |
| 2002 |
%%WWWDIR%%/react/features/participants-pane/components/native/index.js |
| 2003 |
%%WWWDIR%%/react/features/participants-pane/components/native/styles.js |
| 2004 |
%%WWWDIR%%/react/features/participants-pane/components/web/ClearableInput.js |
| 2005 |
%%WWWDIR%%/react/features/participants-pane/components/web/FooterButton.js |
| 2006 |
%%WWWDIR%%/react/features/participants-pane/components/web/FooterContextMenu.js |
| 2007 |
%%WWWDIR%%/react/features/participants-pane/components/web/InviteButton.js |
| 2008 |
%%WWWDIR%%/react/features/participants-pane/components/web/LobbyParticipantItem.js |
| 2009 |
%%WWWDIR%%/react/features/participants-pane/components/web/LobbyParticipantItems.js |
| 2010 |
%%WWWDIR%%/react/features/participants-pane/components/web/LobbyParticipantQuickAction.js |
| 2011 |
%%WWWDIR%%/react/features/participants-pane/components/web/LobbyParticipants.js |
| 2012 |
%%WWWDIR%%/react/features/participants-pane/components/web/MeetingParticipantContextMenu.js |
| 2013 |
%%WWWDIR%%/react/features/participants-pane/components/web/MeetingParticipantItem.js |
| 2014 |
%%WWWDIR%%/react/features/participants-pane/components/web/MeetingParticipantItems.js |
| 2015 |
%%WWWDIR%%/react/features/participants-pane/components/web/MeetingParticipants.js |
| 2016 |
%%WWWDIR%%/react/features/participants-pane/components/web/ParticipantActionEllipsis.js |
| 2017 |
%%WWWDIR%%/react/features/participants-pane/components/web/ParticipantItem.js |
| 2018 |
%%WWWDIR%%/react/features/participants-pane/components/web/ParticipantPaneBaseButton.js |
| 2019 |
%%WWWDIR%%/react/features/participants-pane/components/web/ParticipantQuickAction.js |
| 2020 |
%%WWWDIR%%/react/features/participants-pane/components/web/ParticipantsPane.js |
| 2021 |
%%WWWDIR%%/react/features/participants-pane/components/web/ParticipantsPaneButton.js |
| 2022 |
%%WWWDIR%%/react/features/participants-pane/components/web/RaisedHandIndicator.js |
| 2023 |
%%WWWDIR%%/react/features/participants-pane/components/web/index.js |
| 2024 |
%%WWWDIR%%/react/features/participants-pane/constants.js |
| 2025 |
%%WWWDIR%%/react/features/participants-pane/functions.js |
| 2026 |
%%WWWDIR%%/react/features/participants-pane/hooks.js |
| 2027 |
%%WWWDIR%%/react/features/participants-pane/reducer.js |
| 2028 |
%%WWWDIR%%/react/features/polls/actionTypes.js |
| 2029 |
%%WWWDIR%%/react/features/polls/actions.js |
| 2030 |
%%WWWDIR%%/react/features/polls/components/AbstractPollAnswer.js |
| 2031 |
%%WWWDIR%%/react/features/polls/components/AbstractPollCreate.js |
| 2032 |
%%WWWDIR%%/react/features/polls/components/AbstractPollResults.js |
| 2033 |
%%WWWDIR%%/react/features/polls/components/AbstractPollsPane.js |
| 2034 |
%%WWWDIR%%/react/features/polls/components/_.native.js |
| 2035 |
%%WWWDIR%%/react/features/polls/components/_.web.js |
| 2036 |
%%WWWDIR%%/react/features/polls/components/index.js |
| 2037 |
%%WWWDIR%%/react/features/polls/components/native/PollAnswer.js |
| 2038 |
%%WWWDIR%%/react/features/polls/components/native/PollCreate.js |
| 2039 |
%%WWWDIR%%/react/features/polls/components/native/PollItem.js |
| 2040 |
%%WWWDIR%%/react/features/polls/components/native/PollResults.js |
| 2041 |
%%WWWDIR%%/react/features/polls/components/native/PollsList.js |
| 2042 |
%%WWWDIR%%/react/features/polls/components/native/PollsPane.js |
| 2043 |
%%WWWDIR%%/react/features/polls/components/native/index.js |
| 2044 |
%%WWWDIR%%/react/features/polls/components/native/styles.js |
| 2045 |
%%WWWDIR%%/react/features/polls/components/web/PollAnswer.js |
| 2046 |
%%WWWDIR%%/react/features/polls/components/web/PollCreate.js |
| 2047 |
%%WWWDIR%%/react/features/polls/components/web/PollItem.js |
| 2048 |
%%WWWDIR%%/react/features/polls/components/web/PollResults.js |
| 2049 |
%%WWWDIR%%/react/features/polls/components/web/PollsList.js |
| 2050 |
%%WWWDIR%%/react/features/polls/components/web/PollsPane.js |
| 2051 |
%%WWWDIR%%/react/features/polls/components/web/index.js |
| 2052 |
%%WWWDIR%%/react/features/polls/constants.js |
| 2053 |
%%WWWDIR%%/react/features/polls/functions.js |
| 2054 |
%%WWWDIR%%/react/features/polls/middleware.js |
| 2055 |
%%WWWDIR%%/react/features/polls/reducer.js |
| 2056 |
%%WWWDIR%%/react/features/polls/subscriber.js |
| 2057 |
%%WWWDIR%%/react/features/polls/types.js |
| 2058 |
%%WWWDIR%%/react/features/power-monitor/actionTypes.js |
| 2059 |
%%WWWDIR%%/react/features/power-monitor/actions.js |
| 2060 |
%%WWWDIR%%/react/features/power-monitor/index.js |
| 2061 |
%%WWWDIR%%/react/features/power-monitor/middleware.js |
| 2062 |
%%WWWDIR%%/react/features/power-monitor/reducer.js |
| 2063 |
%%WWWDIR%%/react/features/prejoin/actionTypes.js |
| 2064 |
%%WWWDIR%%/react/features/prejoin/actions.js |
| 2065 |
%%WWWDIR%%/react/features/prejoin/components/DropdownButton.js |
| 2066 |
%%WWWDIR%%/react/features/prejoin/components/Label.js |
| 2067 |
%%WWWDIR%%/react/features/prejoin/components/Prejoin.js |
| 2068 |
%%WWWDIR%%/react/features/prejoin/components/PrejoinApp.js |
| 2069 |
%%WWWDIR%%/react/features/prejoin/components/PrejoinThirdParty.js |
| 2070 |
%%WWWDIR%%/react/features/prejoin/components/country-picker/CountryDropdown.js |
| 2071 |
%%WWWDIR%%/react/features/prejoin/components/country-picker/CountryPicker.js |
| 2072 |
%%WWWDIR%%/react/features/prejoin/components/country-picker/CountryRow.js |
| 2073 |
%%WWWDIR%%/react/features/prejoin/components/country-picker/CountrySelector.js |
| 2074 |
%%WWWDIR%%/react/features/prejoin/components/dialogs/CallingDialog.js |
| 2075 |
%%WWWDIR%%/react/features/prejoin/components/dialogs/DialInDialog.js |
| 2076 |
%%WWWDIR%%/react/features/prejoin/components/dialogs/DialOutDialog.js |
| 2077 |
%%WWWDIR%%/react/features/prejoin/components/dialogs/JoinByPhoneDialog.js |
| 2078 |
%%WWWDIR%%/react/features/prejoin/components/preview/DeviceStatus.js |
| 2079 |
%%WWWDIR%%/react/features/prejoin/functions.js |
| 2080 |
%%WWWDIR%%/react/features/prejoin/index.js |
| 2081 |
%%WWWDIR%%/react/features/prejoin/logger.js |
| 2082 |
%%WWWDIR%%/react/features/prejoin/middleware.js |
| 2083 |
%%WWWDIR%%/react/features/prejoin/reducer.js |
| 2084 |
%%WWWDIR%%/react/features/prejoin/utils.js |
| 2085 |
%%WWWDIR%%/react/features/presence-status/components/PresenceLabel.js |
| 2086 |
%%WWWDIR%%/react/features/presence-status/components/index.js |
| 2087 |
%%WWWDIR%%/react/features/presence-status/constants.js |
| 2088 |
%%WWWDIR%%/react/features/presence-status/functions.js |
| 2089 |
%%WWWDIR%%/react/features/presence-status/index.js |
| 2090 |
%%WWWDIR%%/react/features/reactions/actionTypes.js |
| 2091 |
%%WWWDIR%%/react/features/reactions/actions.any.js |
| 2092 |
%%WWWDIR%%/react/features/reactions/actions.native.js |
| 2093 |
%%WWWDIR%%/react/features/reactions/actions.web.js |
| 2094 |
%%WWWDIR%%/react/features/reactions/components/_.native.js |
| 2095 |
%%WWWDIR%%/react/features/reactions/components/_.web.js |
| 2096 |
%%WWWDIR%%/react/features/reactions/components/index.js |
| 2097 |
%%WWWDIR%%/react/features/reactions/components/native/RaiseHandButton.js |
| 2098 |
%%WWWDIR%%/react/features/reactions/components/native/ReactionButton.js |
| 2099 |
%%WWWDIR%%/react/features/reactions/components/native/ReactionEmoji.js |
| 2100 |
%%WWWDIR%%/react/features/reactions/components/native/ReactionMenu.js |
| 2101 |
%%WWWDIR%%/react/features/reactions/components/native/ReactionMenuDialog.js |
| 2102 |
%%WWWDIR%%/react/features/reactions/components/native/ReactionsMenuButton.js |
| 2103 |
%%WWWDIR%%/react/features/reactions/components/native/index.js |
| 2104 |
%%WWWDIR%%/react/features/reactions/components/web/RaiseHandButton.js |
| 2105 |
%%WWWDIR%%/react/features/reactions/components/web/ReactionButton.js |
| 2106 |
%%WWWDIR%%/react/features/reactions/components/web/ReactionEmoji.js |
| 2107 |
%%WWWDIR%%/react/features/reactions/components/web/ReactionsMenu.js |
| 2108 |
%%WWWDIR%%/react/features/reactions/components/web/ReactionsMenuButton.js |
| 2109 |
%%WWWDIR%%/react/features/reactions/components/web/ReactionsMenuPopup.js |
| 2110 |
%%WWWDIR%%/react/features/reactions/components/web/index.js |
| 2111 |
%%WWWDIR%%/react/features/reactions/constants.js |
| 2112 |
%%WWWDIR%%/react/features/reactions/functions.any.js |
| 2113 |
%%WWWDIR%%/react/features/reactions/functions.web.js |
| 2114 |
%%WWWDIR%%/react/features/reactions/logger.js |
| 2115 |
%%WWWDIR%%/react/features/reactions/middleware.js |
| 2116 |
%%WWWDIR%%/react/features/reactions/reducer.js |
| 2117 |
%%WWWDIR%%/react/features/reactions/sounds.js |
| 2118 |
%%WWWDIR%%/react/features/recent-list/actionTypes.js |
| 2119 |
%%WWWDIR%%/react/features/recent-list/actions.js |
| 2120 |
%%WWWDIR%%/react/features/recent-list/components/AbstractRecentList.js |
| 2121 |
%%WWWDIR%%/react/features/recent-list/components/DeleteItemButton.native.js |
| 2122 |
%%WWWDIR%%/react/features/recent-list/components/RecentList.native.js |
| 2123 |
%%WWWDIR%%/react/features/recent-list/components/RecentList.web.js |
| 2124 |
%%WWWDIR%%/react/features/recent-list/components/RecentListItemMenu.native.js |
| 2125 |
%%WWWDIR%%/react/features/recent-list/components/ShowDialInInfoButton.native.js |
| 2126 |
%%WWWDIR%%/react/features/recent-list/components/index.js |
| 2127 |
%%WWWDIR%%/react/features/recent-list/components/styles.native.js |
| 2128 |
%%WWWDIR%%/react/features/recent-list/components/styles.web.js |
| 2129 |
%%WWWDIR%%/react/features/recent-list/functions.native.js |
| 2130 |
%%WWWDIR%%/react/features/recent-list/functions.web.js |
| 2131 |
%%WWWDIR%%/react/features/recent-list/index.js |
| 2132 |
%%WWWDIR%%/react/features/recent-list/logger.js |
| 2133 |
%%WWWDIR%%/react/features/recent-list/middleware.js |
| 2134 |
%%WWWDIR%%/react/features/recent-list/reducer.js |
| 2135 |
%%WWWDIR%%/react/features/recording/actionTypes.js |
| 2136 |
%%WWWDIR%%/react/features/recording/actions.any.js |
| 2137 |
%%WWWDIR%%/react/features/recording/actions.native.js |
| 2138 |
%%WWWDIR%%/react/features/recording/actions.web.js |
| 2139 |
%%WWWDIR%%/react/features/recording/components/AbstractRecordingLabel.js |
| 2140 |
%%WWWDIR%%/react/features/recording/components/LiveStream/AbstractLiveStreamButton.js |
| 2141 |
%%WWWDIR%%/react/features/recording/components/LiveStream/AbstractStartLiveStreamDialog.js |
| 2142 |
%%WWWDIR%%/react/features/recording/components/LiveStream/AbstractStopLiveStreamDialog.js |
| 2143 |
%%WWWDIR%%/react/features/recording/components/LiveStream/AbstractStreamKeyForm.js |
| 2144 |
%%WWWDIR%%/react/features/recording/components/LiveStream/_.native.js |
| 2145 |
%%WWWDIR%%/react/features/recording/components/LiveStream/_.web.js |
| 2146 |
%%WWWDIR%%/react/features/recording/components/LiveStream/constants.js |
| 2147 |
%%WWWDIR%%/react/features/recording/components/LiveStream/index.js |
| 2148 |
%%WWWDIR%%/react/features/recording/components/LiveStream/native/GoogleSigninForm.js |
| 2149 |
%%WWWDIR%%/react/features/recording/components/LiveStream/native/LiveStreamButton.js |
| 2150 |
%%WWWDIR%%/react/features/recording/components/LiveStream/native/StartLiveStreamDialog.js |
| 2151 |
%%WWWDIR%%/react/features/recording/components/LiveStream/native/StopLiveStreamDialog.js |
| 2152 |
%%WWWDIR%%/react/features/recording/components/LiveStream/native/StreamKeyForm.js |
| 2153 |
%%WWWDIR%%/react/features/recording/components/LiveStream/native/StreamKeyPicker.js |
| 2154 |
%%WWWDIR%%/react/features/recording/components/LiveStream/native/index.js |
| 2155 |
%%WWWDIR%%/react/features/recording/components/LiveStream/native/styles.js |
| 2156 |
%%WWWDIR%%/react/features/recording/components/LiveStream/web/LiveStreamButton.js |
| 2157 |
%%WWWDIR%%/react/features/recording/components/LiveStream/web/StartLiveStreamDialog.js |
| 2158 |
%%WWWDIR%%/react/features/recording/components/LiveStream/web/StopLiveStreamDialog.js |
| 2159 |
%%WWWDIR%%/react/features/recording/components/LiveStream/web/StreamKeyForm.js |
| 2160 |
%%WWWDIR%%/react/features/recording/components/LiveStream/web/StreamKeyPicker.js |
| 2161 |
%%WWWDIR%%/react/features/recording/components/LiveStream/web/index.js |
| 2162 |
%%WWWDIR%%/react/features/recording/components/Recording/AbstractRecordButton.js |
| 2163 |
%%WWWDIR%%/react/features/recording/components/Recording/AbstractStartRecordingDialog.js |
| 2164 |
%%WWWDIR%%/react/features/recording/components/Recording/AbstractStopRecordingDialog.js |
| 2165 |
%%WWWDIR%%/react/features/recording/components/Recording/StartRecordingDialogContent.js |
| 2166 |
%%WWWDIR%%/react/features/recording/components/Recording/_.native.js |
| 2167 |
%%WWWDIR%%/react/features/recording/components/Recording/_.web.js |
| 2168 |
%%WWWDIR%%/react/features/recording/components/Recording/index.js |
| 2169 |
%%WWWDIR%%/react/features/recording/components/Recording/native/RecordButton.js |
| 2170 |
%%WWWDIR%%/react/features/recording/components/Recording/native/StartRecordingDialog.js |
| 2171 |
%%WWWDIR%%/react/features/recording/components/Recording/native/StopRecordingDialog.js |
| 2172 |
%%WWWDIR%%/react/features/recording/components/Recording/native/index.js |
| 2173 |
%%WWWDIR%%/react/features/recording/components/Recording/styles.native.js |
| 2174 |
%%WWWDIR%%/react/features/recording/components/Recording/styles.web.js |
| 2175 |
%%WWWDIR%%/react/features/recording/components/Recording/web/RecordButton.js |
| 2176 |
%%WWWDIR%%/react/features/recording/components/Recording/web/StartRecordingDialog.js |
| 2177 |
%%WWWDIR%%/react/features/recording/components/Recording/web/StopRecordingDialog.js |
| 2178 |
%%WWWDIR%%/react/features/recording/components/Recording/web/index.js |
| 2179 |
%%WWWDIR%%/react/features/recording/components/_.native.js |
| 2180 |
%%WWWDIR%%/react/features/recording/components/_.web.js |
| 2181 |
%%WWWDIR%%/react/features/recording/components/index.js |
| 2182 |
%%WWWDIR%%/react/features/recording/components/native/RecordingExpandedLabel.js |
| 2183 |
%%WWWDIR%%/react/features/recording/components/native/RecordingLabel.js |
| 2184 |
%%WWWDIR%%/react/features/recording/components/native/index.js |
| 2185 |
%%WWWDIR%%/react/features/recording/components/native/styles.js |
| 2186 |
%%WWWDIR%%/react/features/recording/components/web/RecordingLabel.js |
| 2187 |
%%WWWDIR%%/react/features/recording/components/web/RecordingLimitNotificationDescription.js |
| 2188 |
%%WWWDIR%%/react/features/recording/components/web/index.js |
| 2189 |
%%WWWDIR%%/react/features/recording/constants.js |
| 2190 |
%%WWWDIR%%/react/features/recording/functions.js |
| 2191 |
%%WWWDIR%%/react/features/recording/index.js |
| 2192 |
%%WWWDIR%%/react/features/recording/logger.js |
| 2193 |
%%WWWDIR%%/react/features/recording/middleware.js |
| 2194 |
%%WWWDIR%%/react/features/recording/reducer.js |
| 2195 |
%%WWWDIR%%/react/features/recording/sounds.js |
| 2196 |
%%WWWDIR%%/react/features/rejoin/middleware.js |
| 2197 |
%%WWWDIR%%/react/features/remote-control/actionTypes.js |
| 2198 |
%%WWWDIR%%/react/features/remote-control/actions.js |
| 2199 |
%%WWWDIR%%/react/features/remote-control/components/RemoteControlAuthorizationDialog.js |
| 2200 |
%%WWWDIR%%/react/features/remote-control/components/index.js |
| 2201 |
%%WWWDIR%%/react/features/remote-control/constants.js |
| 2202 |
%%WWWDIR%%/react/features/remote-control/functions.js |
| 2203 |
%%WWWDIR%%/react/features/remote-control/index.js |
| 2204 |
%%WWWDIR%%/react/features/remote-control/keycodes.js |
| 2205 |
%%WWWDIR%%/react/features/remote-control/logger.js |
| 2206 |
%%WWWDIR%%/react/features/remote-control/middleware.js |
| 2207 |
%%WWWDIR%%/react/features/remote-control/reducer.js |
| 2208 |
%%WWWDIR%%/react/features/remote-control/subscriber.js |
| 2209 |
%%WWWDIR%%/react/features/room-lock/actions.js |
| 2210 |
%%WWWDIR%%/react/features/room-lock/components/PasswordRequiredPrompt.native.js |
| 2211 |
%%WWWDIR%%/react/features/room-lock/components/PasswordRequiredPrompt.web.js |
| 2212 |
%%WWWDIR%%/react/features/room-lock/components/index.js |
| 2213 |
%%WWWDIR%%/react/features/room-lock/constants.js |
| 2214 |
%%WWWDIR%%/react/features/room-lock/index.js |
| 2215 |
%%WWWDIR%%/react/features/room-lock/logger.js |
| 2216 |
%%WWWDIR%%/react/features/room-lock/middleware.js |
| 2217 |
%%WWWDIR%%/react/features/rtcstats/RTCStats.js |
| 2218 |
%%WWWDIR%%/react/features/rtcstats/functions.js |
| 2219 |
%%WWWDIR%%/react/features/rtcstats/index.js |
| 2220 |
%%WWWDIR%%/react/features/rtcstats/logger.js |
| 2221 |
%%WWWDIR%%/react/features/rtcstats/middleware.js |
| 2222 |
%%WWWDIR%%/react/features/screen-share/actionTypes.js |
| 2223 |
%%WWWDIR%%/react/features/screen-share/actions.js |
| 2224 |
%%WWWDIR%%/react/features/screen-share/components/ShareAudioButton.js |
| 2225 |
%%WWWDIR%%/react/features/screen-share/components/ShareAudioDialog.js |
| 2226 |
%%WWWDIR%%/react/features/screen-share/components/ShareScreenWarningDialog.js |
| 2227 |
%%WWWDIR%%/react/features/screen-share/components/index.js |
| 2228 |
%%WWWDIR%%/react/features/screen-share/functions.js |
| 2229 |
%%WWWDIR%%/react/features/screen-share/index.js |
| 2230 |
%%WWWDIR%%/react/features/screen-share/logger.js |
| 2231 |
%%WWWDIR%%/react/features/screen-share/middleware.js |
| 2232 |
%%WWWDIR%%/react/features/screen-share/reducer.js |
| 2233 |
%%WWWDIR%%/react/features/screenshot-capture/ScreenshotCaptureSummary.js |
| 2234 |
%%WWWDIR%%/react/features/screenshot-capture/actionTypes.js |
| 2235 |
%%WWWDIR%%/react/features/screenshot-capture/actions.js |
| 2236 |
%%WWWDIR%%/react/features/screenshot-capture/constants.js |
| 2237 |
%%WWWDIR%%/react/features/screenshot-capture/createImageBitmap.js |
| 2238 |
%%WWWDIR%%/react/features/screenshot-capture/functions.js |
| 2239 |
%%WWWDIR%%/react/features/screenshot-capture/index.js |
| 2240 |
%%WWWDIR%%/react/features/screenshot-capture/logger.js |
| 2241 |
%%WWWDIR%%/react/features/screenshot-capture/processScreenshot.js |
| 2242 |
%%WWWDIR%%/react/features/screenshot-capture/reducer.js |
| 2243 |
%%WWWDIR%%/react/features/screenshot-capture/worker.js |
| 2244 |
%%WWWDIR%%/react/features/security/actions.js |
| 2245 |
%%WWWDIR%%/react/features/security/components/index.js |
| 2246 |
%%WWWDIR%%/react/features/security/components/security-dialog/AbstractSecurityDialogButton.js |
| 2247 |
%%WWWDIR%%/react/features/security/components/security-dialog/_.native.js |
| 2248 |
%%WWWDIR%%/react/features/security/components/security-dialog/_.web.js |
| 2249 |
%%WWWDIR%%/react/features/security/components/security-dialog/index.js |
| 2250 |
%%WWWDIR%%/react/features/security/components/security-dialog/native/SecurityDialog.js |
| 2251 |
%%WWWDIR%%/react/features/security/components/security-dialog/native/SecurityDialogButton.js |
| 2252 |
%%WWWDIR%%/react/features/security/components/security-dialog/native/index.js |
| 2253 |
%%WWWDIR%%/react/features/security/components/security-dialog/native/styles.js |
| 2254 |
%%WWWDIR%%/react/features/security/components/security-dialog/web/PasswordForm.js |
| 2255 |
%%WWWDIR%%/react/features/security/components/security-dialog/web/PasswordSection.js |
| 2256 |
%%WWWDIR%%/react/features/security/components/security-dialog/web/SecurityDialog.js |
| 2257 |
%%WWWDIR%%/react/features/security/components/security-dialog/web/SecurityDialogButton.js |
| 2258 |
%%WWWDIR%%/react/features/security/components/security-dialog/web/index.js |
| 2259 |
%%WWWDIR%%/react/features/security/index.js |
| 2260 |
%%WWWDIR%%/react/features/settings/actionTypes.js |
| 2261 |
%%WWWDIR%%/react/features/settings/actions.js |
| 2262 |
%%WWWDIR%%/react/features/settings/components/AbstractSettingsView.js |
| 2263 |
%%WWWDIR%%/react/features/settings/components/_.web.js |
| 2264 |
%%WWWDIR%%/react/features/settings/components/index.js |
| 2265 |
%%WWWDIR%%/react/features/settings/components/web/CalendarTab.js |
| 2266 |
%%WWWDIR%%/react/features/settings/components/web/LogoutDialog.js |
| 2267 |
%%WWWDIR%%/react/features/settings/components/web/ModeratorTab.js |
| 2268 |
%%WWWDIR%%/react/features/settings/components/web/MoreTab.js |
| 2269 |
%%WWWDIR%%/react/features/settings/components/web/ProfileTab.js |
| 2270 |
%%WWWDIR%%/react/features/settings/components/web/SettingsButton.js |
| 2271 |
%%WWWDIR%%/react/features/settings/components/web/SettingsDialog.js |
| 2272 |
%%WWWDIR%%/react/features/settings/components/web/SoundsTab.js |
| 2273 |
%%WWWDIR%%/react/features/settings/components/web/audio/AudioSettingsContent.js |
| 2274 |
%%WWWDIR%%/react/features/settings/components/web/audio/AudioSettingsEntry.js |
| 2275 |
%%WWWDIR%%/react/features/settings/components/web/audio/AudioSettingsHeader.js |
| 2276 |
%%WWWDIR%%/react/features/settings/components/web/audio/AudioSettingsPopup.js |
| 2277 |
%%WWWDIR%%/react/features/settings/components/web/audio/Meter.js |
| 2278 |
%%WWWDIR%%/react/features/settings/components/web/audio/MicrophoneEntry.js |
| 2279 |
%%WWWDIR%%/react/features/settings/components/web/audio/SpeakerEntry.js |
| 2280 |
%%WWWDIR%%/react/features/settings/components/web/audio/TestButton.js |
| 2281 |
%%WWWDIR%%/react/features/settings/components/web/index.js |
| 2282 |
%%WWWDIR%%/react/features/settings/components/web/video/VideoSettingsContent.js |
| 2283 |
%%WWWDIR%%/react/features/settings/components/web/video/VideoSettingsPopup.js |
| 2284 |
%%WWWDIR%%/react/features/settings/constants.js |
| 2285 |
%%WWWDIR%%/react/features/settings/functions.js |
| 2286 |
%%WWWDIR%%/react/features/settings/index.js |
| 2287 |
%%WWWDIR%%/react/features/settings/logger.js |
| 2288 |
%%WWWDIR%%/react/features/settings/middleware.web.js |
| 2289 |
%%WWWDIR%%/react/features/settings/reducer.js |
| 2290 |
%%WWWDIR%%/react/features/share-room/actionTypes.js |
| 2291 |
%%WWWDIR%%/react/features/share-room/actions.js |
| 2292 |
%%WWWDIR%%/react/features/share-room/index.js |
| 2293 |
%%WWWDIR%%/react/features/share-room/logger.js |
| 2294 |
%%WWWDIR%%/react/features/share-room/middleware.js |
| 2295 |
%%WWWDIR%%/react/features/shared-video/actionTypes.js |
| 2296 |
%%WWWDIR%%/react/features/shared-video/actions.any.js |
| 2297 |
%%WWWDIR%%/react/features/shared-video/actions.native.js |
| 2298 |
%%WWWDIR%%/react/features/shared-video/actions.web.js |
| 2299 |
%%WWWDIR%%/react/features/shared-video/components/AbstractSharedVideoDialog.js |
| 2300 |
%%WWWDIR%%/react/features/shared-video/components/_.native.js |
| 2301 |
%%WWWDIR%%/react/features/shared-video/components/_.web.js |
| 2302 |
%%WWWDIR%%/react/features/shared-video/components/index.js |
| 2303 |
%%WWWDIR%%/react/features/shared-video/components/native/AbstractVideoManager.js |
| 2304 |
%%WWWDIR%%/react/features/shared-video/components/native/SharedVideo.js |
| 2305 |
%%WWWDIR%%/react/features/shared-video/components/native/SharedVideoButton.js |
| 2306 |
%%WWWDIR%%/react/features/shared-video/components/native/SharedVideoDialog.js |
| 2307 |
%%WWWDIR%%/react/features/shared-video/components/native/VideoManager.js |
| 2308 |
%%WWWDIR%%/react/features/shared-video/components/native/YoutubeVideoManager.js |
| 2309 |
%%WWWDIR%%/react/features/shared-video/components/native/index.js |
| 2310 |
%%WWWDIR%%/react/features/shared-video/components/native/styles.js |
| 2311 |
%%WWWDIR%%/react/features/shared-video/components/web/AbstractVideoManager.js |
| 2312 |
%%WWWDIR%%/react/features/shared-video/components/web/SharedVideo.js |
| 2313 |
%%WWWDIR%%/react/features/shared-video/components/web/SharedVideoButton.js |
| 2314 |
%%WWWDIR%%/react/features/shared-video/components/web/SharedVideoDialog.js |
| 2315 |
%%WWWDIR%%/react/features/shared-video/components/web/VideoManager.js |
| 2316 |
%%WWWDIR%%/react/features/shared-video/components/web/YoutubeVideoManager.js |
| 2317 |
%%WWWDIR%%/react/features/shared-video/components/web/index.js |
| 2318 |
%%WWWDIR%%/react/features/shared-video/constants.js |
| 2319 |
%%WWWDIR%%/react/features/shared-video/functions.js |
| 2320 |
%%WWWDIR%%/react/features/shared-video/middleware.any.js |
| 2321 |
%%WWWDIR%%/react/features/shared-video/middleware.native.js |
| 2322 |
%%WWWDIR%%/react/features/shared-video/middleware.web.js |
| 2323 |
%%WWWDIR%%/react/features/shared-video/reducer.native.js |
| 2324 |
%%WWWDIR%%/react/features/shared-video/reducer.web.js |
| 2325 |
%%WWWDIR%%/react/features/speaker-stats/actionTypes.js |
| 2326 |
%%WWWDIR%%/react/features/speaker-stats/actions.any.js |
| 2327 |
%%WWWDIR%%/react/features/speaker-stats/actions.native.js |
| 2328 |
%%WWWDIR%%/react/features/speaker-stats/actions.web.js |
| 2329 |
%%WWWDIR%%/react/features/speaker-stats/components/AbstractSpeakerStatsButton.js |
| 2330 |
%%WWWDIR%%/react/features/speaker-stats/components/AbstractSpeakerStatsList.js |
| 2331 |
%%WWWDIR%%/react/features/speaker-stats/components/_.native.js |
| 2332 |
%%WWWDIR%%/react/features/speaker-stats/components/_.web.js |
| 2333 |
%%WWWDIR%%/react/features/speaker-stats/components/index.js |
| 2334 |
%%WWWDIR%%/react/features/speaker-stats/components/native/SpeakerStats.js |
| 2335 |
%%WWWDIR%%/react/features/speaker-stats/components/native/SpeakerStatsButton.js |
| 2336 |
%%WWWDIR%%/react/features/speaker-stats/components/native/SpeakerStatsItem.js |
| 2337 |
%%WWWDIR%%/react/features/speaker-stats/components/native/SpeakerStatsList.js |
| 2338 |
%%WWWDIR%%/react/features/speaker-stats/components/native/SpeakerStatsSearch.js |
| 2339 |
%%WWWDIR%%/react/features/speaker-stats/components/native/TimeElapsed.js |
| 2340 |
%%WWWDIR%%/react/features/speaker-stats/components/native/index.js |
| 2341 |
%%WWWDIR%%/react/features/speaker-stats/components/native/styles.js |
| 2342 |
%%WWWDIR%%/react/features/speaker-stats/components/timeFunctions.js |
| 2343 |
%%WWWDIR%%/react/features/speaker-stats/components/web/FacialExpressionsSwitch.js |
| 2344 |
%%WWWDIR%%/react/features/speaker-stats/components/web/SpeakerStats.js |
| 2345 |
%%WWWDIR%%/react/features/speaker-stats/components/web/SpeakerStatsButton.js |
| 2346 |
%%WWWDIR%%/react/features/speaker-stats/components/web/SpeakerStatsItem.js |
| 2347 |
%%WWWDIR%%/react/features/speaker-stats/components/web/SpeakerStatsLabels.js |
| 2348 |
%%WWWDIR%%/react/features/speaker-stats/components/web/SpeakerStatsList.js |
| 2349 |
%%WWWDIR%%/react/features/speaker-stats/components/web/SpeakerStatsSearch.js |
| 2350 |
%%WWWDIR%%/react/features/speaker-stats/components/web/TimeElapsed.js |
| 2351 |
%%WWWDIR%%/react/features/speaker-stats/components/web/index.js |
| 2352 |
%%WWWDIR%%/react/features/speaker-stats/constants.js |
| 2353 |
%%WWWDIR%%/react/features/speaker-stats/functions.js |
| 2354 |
%%WWWDIR%%/react/features/speaker-stats/index.js |
| 2355 |
%%WWWDIR%%/react/features/speaker-stats/middleware.js |
| 2356 |
%%WWWDIR%%/react/features/speaker-stats/reducer.js |
| 2357 |
%%WWWDIR%%/react/features/stream-effects/audio-mixer/AudioMixerEffect.js |
| 2358 |
%%WWWDIR%%/react/features/stream-effects/presenter/JitsiStreamPresenterEffect.js |
| 2359 |
%%WWWDIR%%/react/features/stream-effects/presenter/TimeWorker.js |
| 2360 |
%%WWWDIR%%/react/features/stream-effects/presenter/index.js |
| 2361 |
%%WWWDIR%%/react/features/stream-effects/rnnoise/RnnoiseProcessor.js |
| 2362 |
%%WWWDIR%%/react/features/stream-effects/rnnoise/index.js |
| 2363 |
%%WWWDIR%%/react/features/stream-effects/virtual-background/JitsiStreamBackgroundEffect.js |
| 2364 |
%%WWWDIR%%/react/features/stream-effects/virtual-background/TimerWorker.js |
| 2365 |
%%WWWDIR%%/react/features/stream-effects/virtual-background/index.js |
| 2366 |
%%WWWDIR%%/react/features/stream-effects/virtual-background/vendor/README.md |
| 2367 |
%%WWWDIR%%/react/features/stream-effects/virtual-background/vendor/models/selfie_segmentation_landscape.tflite |
| 2368 |
%%WWWDIR%%/react/features/stream-effects/virtual-background/vendor/tflite/tflite-simd.js |
| 2369 |
%%WWWDIR%%/react/features/stream-effects/virtual-background/vendor/tflite/tflite-simd.wasm |
| 2370 |
%%WWWDIR%%/react/features/stream-effects/virtual-background/vendor/tflite/tflite.js |
| 2371 |
%%WWWDIR%%/react/features/stream-effects/virtual-background/vendor/tflite/tflite.wasm |
| 2372 |
%%WWWDIR%%/react/features/subtitles/actionTypes.js |
| 2373 |
%%WWWDIR%%/react/features/subtitles/actions.js |
| 2374 |
%%WWWDIR%%/react/features/subtitles/components/AbstractCaptions.js |
| 2375 |
%%WWWDIR%%/react/features/subtitles/components/AbstractClosedCaptionButton.js |
| 2376 |
%%WWWDIR%%/react/features/subtitles/components/Captions.native.js |
| 2377 |
%%WWWDIR%%/react/features/subtitles/components/Captions.web.js |
| 2378 |
%%WWWDIR%%/react/features/subtitles/components/ClosedCaptionButton.native.js |
| 2379 |
%%WWWDIR%%/react/features/subtitles/components/ClosedCaptionButton.web.js |
| 2380 |
%%WWWDIR%%/react/features/subtitles/components/index.js |
| 2381 |
%%WWWDIR%%/react/features/subtitles/components/styles.js |
| 2382 |
%%WWWDIR%%/react/features/subtitles/index.js |
| 2383 |
%%WWWDIR%%/react/features/subtitles/logger.js |
| 2384 |
%%WWWDIR%%/react/features/subtitles/middleware.js |
| 2385 |
%%WWWDIR%%/react/features/subtitles/reducer.js |
| 2386 |
%%WWWDIR%%/react/features/talk-while-muted/actionTypes.js |
| 2387 |
%%WWWDIR%%/react/features/talk-while-muted/actions.js |
| 2388 |
%%WWWDIR%%/react/features/talk-while-muted/constants.js |
| 2389 |
%%WWWDIR%%/react/features/talk-while-muted/middleware.js |
| 2390 |
%%WWWDIR%%/react/features/talk-while-muted/reducer.js |
| 2391 |
%%WWWDIR%%/react/features/talk-while-muted/sounds.js |
| 2392 |
%%WWWDIR%%/react/features/toolbox/actionTypes.js |
| 2393 |
%%WWWDIR%%/react/features/toolbox/actions.any.js |
| 2394 |
%%WWWDIR%%/react/features/toolbox/actions.native.js |
| 2395 |
%%WWWDIR%%/react/features/toolbox/actions.web.js |
| 2396 |
%%WWWDIR%%/react/features/toolbox/components/AbstractToolbarButton.js |
| 2397 |
%%WWWDIR%%/react/features/toolbox/components/AudioMuteButton.js |
| 2398 |
%%WWWDIR%%/react/features/toolbox/components/DownloadButton.js |
| 2399 |
%%WWWDIR%%/react/features/toolbox/components/HangupButton.js |
| 2400 |
%%WWWDIR%%/react/features/toolbox/components/HelpButton.js |
| 2401 |
%%WWWDIR%%/react/features/toolbox/components/MuteEveryoneButton.js |
| 2402 |
%%WWWDIR%%/react/features/toolbox/components/MuteEveryonesVideoButton.js |
| 2403 |
%%WWWDIR%%/react/features/toolbox/components/VideoMuteButton.js |
| 2404 |
%%WWWDIR%%/react/features/toolbox/components/_.native.js |
| 2405 |
%%WWWDIR%%/react/features/toolbox/components/_.web.js |
| 2406 |
%%WWWDIR%%/react/features/toolbox/components/index.js |
| 2407 |
%%WWWDIR%%/react/features/toolbox/components/native/AudioOnlyButton.js |
| 2408 |
%%WWWDIR%%/react/features/toolbox/components/native/OverflowMenu.js |
| 2409 |
%%WWWDIR%%/react/features/toolbox/components/native/OverflowMenuButton.js |
| 2410 |
%%WWWDIR%%/react/features/toolbox/components/native/RaiseHandButton.js |
| 2411 |
%%WWWDIR%%/react/features/toolbox/components/native/ScreenSharingAndroidButton.js |
| 2412 |
%%WWWDIR%%/react/features/toolbox/components/native/ScreenSharingButton.js |
| 2413 |
%%WWWDIR%%/react/features/toolbox/components/native/ScreenSharingIosButton.js |
| 2414 |
%%WWWDIR%%/react/features/toolbox/components/native/ToggleCameraButton.js |
| 2415 |
%%WWWDIR%%/react/features/toolbox/components/native/ToggleSelfViewButton.js |
| 2416 |
%%WWWDIR%%/react/features/toolbox/components/native/Toolbox.js |
| 2417 |
%%WWWDIR%%/react/features/toolbox/components/native/index.js |
| 2418 |
%%WWWDIR%%/react/features/toolbox/components/native/styles.js |
| 2419 |
%%WWWDIR%%/react/features/toolbox/components/web/AudioSettingsButton.js |
| 2420 |
%%WWWDIR%%/react/features/toolbox/components/web/DialogPortal.js |
| 2421 |
%%WWWDIR%%/react/features/toolbox/components/web/Drawer.js |
| 2422 |
%%WWWDIR%%/react/features/toolbox/components/web/FullscreenButton.js |
| 2423 |
%%WWWDIR%%/react/features/toolbox/components/web/JitsiPortal.js |
| 2424 |
%%WWWDIR%%/react/features/toolbox/components/web/OverflowMenuButton.js |
| 2425 |
%%WWWDIR%%/react/features/toolbox/components/web/OverflowToggleButton.js |
| 2426 |
%%WWWDIR%%/react/features/toolbox/components/web/ProfileButton.js |
| 2427 |
%%WWWDIR%%/react/features/toolbox/components/web/ProfileButtonAvatar.js |
| 2428 |
%%WWWDIR%%/react/features/toolbox/components/web/Separator.js |
| 2429 |
%%WWWDIR%%/react/features/toolbox/components/web/ShareDesktopButton.js |
| 2430 |
%%WWWDIR%%/react/features/toolbox/components/web/ToggleCameraButton.js |
| 2431 |
%%WWWDIR%%/react/features/toolbox/components/web/Toolbox.js |
| 2432 |
%%WWWDIR%%/react/features/toolbox/components/web/VideoSettingsButton.js |
| 2433 |
%%WWWDIR%%/react/features/toolbox/components/web/index.js |
| 2434 |
%%WWWDIR%%/react/features/toolbox/constants.js |
| 2435 |
%%WWWDIR%%/react/features/toolbox/functions.any.js |
| 2436 |
%%WWWDIR%%/react/features/toolbox/functions.native.js |
| 2437 |
%%WWWDIR%%/react/features/toolbox/functions.web.js |
| 2438 |
%%WWWDIR%%/react/features/toolbox/middleware.js |
| 2439 |
%%WWWDIR%%/react/features/toolbox/reducer.js |
| 2440 |
%%WWWDIR%%/react/features/transcribing/actionTypes.js |
| 2441 |
%%WWWDIR%%/react/features/transcribing/actions.js |
| 2442 |
%%WWWDIR%%/react/features/transcribing/components/AbstractTranscribingLabel.js |
| 2443 |
%%WWWDIR%%/react/features/transcribing/components/TranscribingExpandedLabel.native.js |
| 2444 |
%%WWWDIR%%/react/features/transcribing/components/TranscribingExpandedLabel.web.js |
| 2445 |
%%WWWDIR%%/react/features/transcribing/components/TranscribingLabel.native.js |
| 2446 |
%%WWWDIR%%/react/features/transcribing/components/TranscribingLabel.web.js |
| 2447 |
%%WWWDIR%%/react/features/transcribing/components/index.js |
| 2448 |
%%WWWDIR%%/react/features/transcribing/functions.js |
| 2449 |
%%WWWDIR%%/react/features/transcribing/index.js |
| 2450 |
%%WWWDIR%%/react/features/transcribing/jitsi-bcp47-map.json |
| 2451 |
%%WWWDIR%%/react/features/transcribing/logger.js |
| 2452 |
%%WWWDIR%%/react/features/transcribing/middleware.js |
| 2453 |
%%WWWDIR%%/react/features/transcribing/reducer.js |
| 2454 |
%%WWWDIR%%/react/features/transcribing/transcriber-langs.json |
| 2455 |
%%WWWDIR%%/react/features/unsupported-browser/components/DefaultUnsupportedDesktopBrowser.js |
| 2456 |
%%WWWDIR%%/react/features/unsupported-browser/components/JaasUnsupportedDesktopBrowser.js |
| 2457 |
%%WWWDIR%%/react/features/unsupported-browser/components/PageSelector.js |
| 2458 |
%%WWWDIR%%/react/features/unsupported-browser/components/UnsupportedDesktopBrowser.js |
| 2459 |
%%WWWDIR%%/react/features/unsupported-browser/components/browserLinks.js |
| 2460 |
%%WWWDIR%%/react/features/unsupported-browser/components/index.js |
| 2461 |
%%WWWDIR%%/react/features/unsupported-browser/index.js |
| 2462 |
%%WWWDIR%%/react/features/video-layout/actionTypes.js |
| 2463 |
%%WWWDIR%%/react/features/video-layout/actions.js |
| 2464 |
%%WWWDIR%%/react/features/video-layout/components/TileViewButton.js |
| 2465 |
%%WWWDIR%%/react/features/video-layout/components/index.js |
| 2466 |
%%WWWDIR%%/react/features/video-layout/constants.js |
| 2467 |
%%WWWDIR%%/react/features/video-layout/functions.js |
| 2468 |
%%WWWDIR%%/react/features/video-layout/index.js |
| 2469 |
%%WWWDIR%%/react/features/video-layout/logger.js |
| 2470 |
%%WWWDIR%%/react/features/video-layout/middleware.any.js |
| 2471 |
%%WWWDIR%%/react/features/video-layout/middleware.native.js |
| 2472 |
%%WWWDIR%%/react/features/video-layout/middleware.web.js |
| 2473 |
%%WWWDIR%%/react/features/video-layout/reducer.js |
| 2474 |
%%WWWDIR%%/react/features/video-layout/subscriber.js |
| 2475 |
%%WWWDIR%%/react/features/video-menu/actions.any.js |
| 2476 |
%%WWWDIR%%/react/features/video-menu/actions.native.js |
| 2477 |
%%WWWDIR%%/react/features/video-menu/actions.web.js |
| 2478 |
%%WWWDIR%%/react/features/video-menu/components/AbstractGrantModeratorButton.js |
| 2479 |
%%WWWDIR%%/react/features/video-menu/components/AbstractGrantModeratorDialog.js |
| 2480 |
%%WWWDIR%%/react/features/video-menu/components/AbstractKickButton.js |
| 2481 |
%%WWWDIR%%/react/features/video-menu/components/AbstractKickRemoteParticipantDialog.js |
| 2482 |
%%WWWDIR%%/react/features/video-menu/components/AbstractMuteButton.js |
| 2483 |
%%WWWDIR%%/react/features/video-menu/components/AbstractMuteEveryoneDialog.js |
| 2484 |
%%WWWDIR%%/react/features/video-menu/components/AbstractMuteEveryoneElseButton.js |
| 2485 |
%%WWWDIR%%/react/features/video-menu/components/AbstractMuteEveryoneElsesVideoButton.js |
| 2486 |
%%WWWDIR%%/react/features/video-menu/components/AbstractMuteEveryonesVideoDialog.js |
| 2487 |
%%WWWDIR%%/react/features/video-menu/components/AbstractMuteRemoteParticipantDialog.js |
| 2488 |
%%WWWDIR%%/react/features/video-menu/components/AbstractMuteRemoteParticipantsVideoDialog.js |
| 2489 |
%%WWWDIR%%/react/features/video-menu/components/AbstractMuteVideoButton.js |
| 2490 |
%%WWWDIR%%/react/features/video-menu/components/index.native.js |
| 2491 |
%%WWWDIR%%/react/features/video-menu/components/index.web.js |
| 2492 |
%%WWWDIR%%/react/features/video-menu/components/native/AskUnmuteButton.js |
| 2493 |
%%WWWDIR%%/react/features/video-menu/components/native/ConnectionStatusButton.js |
| 2494 |
%%WWWDIR%%/react/features/video-menu/components/native/ConnectionStatusComponent.js |
| 2495 |
%%WWWDIR%%/react/features/video-menu/components/native/GrantModeratorButton.js |
| 2496 |
%%WWWDIR%%/react/features/video-menu/components/native/GrantModeratorDialog.js |
| 2497 |
%%WWWDIR%%/react/features/video-menu/components/native/KickButton.js |
| 2498 |
%%WWWDIR%%/react/features/video-menu/components/native/KickRemoteParticipantDialog.js |
| 2499 |
%%WWWDIR%%/react/features/video-menu/components/native/LocalVideoMenu.js |
| 2500 |
%%WWWDIR%%/react/features/video-menu/components/native/MuteButton.js |
| 2501 |
%%WWWDIR%%/react/features/video-menu/components/native/MuteEveryoneDialog.js |
| 2502 |
%%WWWDIR%%/react/features/video-menu/components/native/MuteEveryoneElseButton.js |
| 2503 |
%%WWWDIR%%/react/features/video-menu/components/native/MuteEveryonesVideoDialog.js |
| 2504 |
%%WWWDIR%%/react/features/video-menu/components/native/MuteRemoteParticipantsVideoDialog.js |
| 2505 |
%%WWWDIR%%/react/features/video-menu/components/native/MuteVideoButton.js |
| 2506 |
%%WWWDIR%%/react/features/video-menu/components/native/PinButton.js |
| 2507 |
%%WWWDIR%%/react/features/video-menu/components/native/RemoteVideoMenu.js |
| 2508 |
%%WWWDIR%%/react/features/video-menu/components/native/SendToBreakoutRoom.js |
| 2509 |
%%WWWDIR%%/react/features/video-menu/components/native/SharedVideoMenu.js |
| 2510 |
%%WWWDIR%%/react/features/video-menu/components/native/VolumeSlider.js |
| 2511 |
%%WWWDIR%%/react/features/video-menu/components/native/index.js |
| 2512 |
%%WWWDIR%%/react/features/video-menu/components/native/styles.js |
| 2513 |
%%WWWDIR%%/react/features/video-menu/components/web/AskToUnmuteButton.js |
| 2514 |
%%WWWDIR%%/react/features/video-menu/components/web/ConnectionStatusButton.js |
| 2515 |
%%WWWDIR%%/react/features/video-menu/components/web/FlipLocalVideoButton.js |
| 2516 |
%%WWWDIR%%/react/features/video-menu/components/web/GrantModeratorButton.js |
| 2517 |
%%WWWDIR%%/react/features/video-menu/components/web/GrantModeratorDialog.js |
| 2518 |
%%WWWDIR%%/react/features/video-menu/components/web/HideSelfViewVideoButton.js |
| 2519 |
%%WWWDIR%%/react/features/video-menu/components/web/KickButton.js |
| 2520 |
%%WWWDIR%%/react/features/video-menu/components/web/KickRemoteParticipantDialog.js |
| 2521 |
%%WWWDIR%%/react/features/video-menu/components/web/LocalVideoMenuTriggerButton.js |
| 2522 |
%%WWWDIR%%/react/features/video-menu/components/web/MuteButton.js |
| 2523 |
%%WWWDIR%%/react/features/video-menu/components/web/MuteEveryoneDialog.js |
| 2524 |
%%WWWDIR%%/react/features/video-menu/components/web/MuteEveryoneElseButton.js |
| 2525 |
%%WWWDIR%%/react/features/video-menu/components/web/MuteEveryoneElsesVideoButton.js |
| 2526 |
%%WWWDIR%%/react/features/video-menu/components/web/MuteEveryonesVideoDialog.js |
| 2527 |
%%WWWDIR%%/react/features/video-menu/components/web/MuteRemoteParticipantsVideoDialog.js |
| 2528 |
%%WWWDIR%%/react/features/video-menu/components/web/MuteVideoButton.js |
| 2529 |
%%WWWDIR%%/react/features/video-menu/components/web/ParticipantContextMenu.js |
| 2530 |
%%WWWDIR%%/react/features/video-menu/components/web/PrivateMessageMenuButton.js |
| 2531 |
%%WWWDIR%%/react/features/video-menu/components/web/RemoteControlButton.js |
| 2532 |
%%WWWDIR%%/react/features/video-menu/components/web/RemoteVideoMenuTriggerButton.js |
| 2533 |
%%WWWDIR%%/react/features/video-menu/components/web/SendToRoomButton.js |
| 2534 |
%%WWWDIR%%/react/features/video-menu/components/web/VolumeSlider.js |
| 2535 |
%%WWWDIR%%/react/features/video-menu/components/web/index.js |
| 2536 |
%%WWWDIR%%/react/features/video-menu/constants.js |
| 2537 |
%%WWWDIR%%/react/features/video-menu/index.js |
| 2538 |
%%WWWDIR%%/react/features/video-quality/actionTypes.js |
| 2539 |
%%WWWDIR%%/react/features/video-quality/actions.js |
| 2540 |
%%WWWDIR%%/react/features/video-quality/components/AbstractVideoQualityLabel.js |
| 2541 |
%%WWWDIR%%/react/features/video-quality/components/Slider.js |
| 2542 |
%%WWWDIR%%/react/features/video-quality/components/VideoQualityButton.native.js |
| 2543 |
%%WWWDIR%%/react/features/video-quality/components/VideoQualityButton.web.js |
| 2544 |
%%WWWDIR%%/react/features/video-quality/components/VideoQualityDialog.native.js |
| 2545 |
%%WWWDIR%%/react/features/video-quality/components/VideoQualityDialog.web.js |
| 2546 |
%%WWWDIR%%/react/features/video-quality/components/VideoQualityExpandedLabel.native.js |
| 2547 |
%%WWWDIR%%/react/features/video-quality/components/VideoQualityExpandedLabel.web.js |
| 2548 |
%%WWWDIR%%/react/features/video-quality/components/VideoQualityLabel.native.js |
| 2549 |
%%WWWDIR%%/react/features/video-quality/components/VideoQualityLabel.web.js |
| 2550 |
%%WWWDIR%%/react/features/video-quality/components/VideoQualitySlider.native.js |
| 2551 |
%%WWWDIR%%/react/features/video-quality/components/VideoQualitySlider.web.js |
| 2552 |
%%WWWDIR%%/react/features/video-quality/components/index.js |
| 2553 |
%%WWWDIR%%/react/features/video-quality/components/styles.js |
| 2554 |
%%WWWDIR%%/react/features/video-quality/constants.js |
| 2555 |
%%WWWDIR%%/react/features/video-quality/functions.js |
| 2556 |
%%WWWDIR%%/react/features/video-quality/index.js |
| 2557 |
%%WWWDIR%%/react/features/video-quality/logger.js |
| 2558 |
%%WWWDIR%%/react/features/video-quality/middleware.js |
| 2559 |
%%WWWDIR%%/react/features/video-quality/reducer.js |
| 2560 |
%%WWWDIR%%/react/features/video-quality/selector.js |
| 2561 |
%%WWWDIR%%/react/features/video-quality/subscriber.js |
| 2562 |
%%WWWDIR%%/react/features/videosipgw/actionTypes.js |
| 2563 |
%%WWWDIR%%/react/features/videosipgw/actions.js |
| 2564 |
%%WWWDIR%%/react/features/videosipgw/index.js |
| 2565 |
%%WWWDIR%%/react/features/videosipgw/logger.js |
| 2566 |
%%WWWDIR%%/react/features/videosipgw/middleware.js |
| 2567 |
%%WWWDIR%%/react/features/videosipgw/reducer.js |
| 2568 |
%%WWWDIR%%/react/features/virtual-background/actionTypes.js |
| 2569 |
%%WWWDIR%%/react/features/virtual-background/actions.js |
| 2570 |
%%WWWDIR%%/react/features/virtual-background/components/UploadImageButton.js |
| 2571 |
%%WWWDIR%%/react/features/virtual-background/components/VideoBackgroundButton.js |
| 2572 |
%%WWWDIR%%/react/features/virtual-background/components/VirtualBackgroundDialog.js |
| 2573 |
%%WWWDIR%%/react/features/virtual-background/components/VirtualBackgroundPreview.js |
| 2574 |
%%WWWDIR%%/react/features/virtual-background/components/index.js |
| 2575 |
%%WWWDIR%%/react/features/virtual-background/constants.js |
| 2576 |
%%WWWDIR%%/react/features/virtual-background/functions.js |
| 2577 |
%%WWWDIR%%/react/features/virtual-background/index.js |
| 2578 |
%%WWWDIR%%/react/features/virtual-background/logger.js |
| 2579 |
%%WWWDIR%%/react/features/virtual-background/middleware.js |
| 2580 |
%%WWWDIR%%/react/features/virtual-background/reducer.js |
| 2581 |
%%WWWDIR%%/react/features/welcome/components/AbstractWelcomePage.js |
| 2582 |
%%WWWDIR%%/react/features/welcome/components/BlankPage.native.js |
| 2583 |
%%WWWDIR%%/react/features/welcome/components/BlankPage.web.js |
| 2584 |
%%WWWDIR%%/react/features/welcome/components/Tab.js |
| 2585 |
%%WWWDIR%%/react/features/welcome/components/TabIcon.js |
| 2586 |
%%WWWDIR%%/react/features/welcome/components/Tabs.js |
| 2587 |
%%WWWDIR%%/react/features/welcome/components/VideoSwitch.js |
| 2588 |
%%WWWDIR%%/react/features/welcome/components/WelcomePage.native.js |
| 2589 |
%%WWWDIR%%/react/features/welcome/components/WelcomePage.web.js |
| 2590 |
%%WWWDIR%%/react/features/welcome/components/index.js |
| 2591 |
%%WWWDIR%%/react/features/welcome/components/native/HelpView.js |
| 2592 |
%%WWWDIR%%/react/features/welcome/components/native/PrivacyView.js |
| 2593 |
%%WWWDIR%%/react/features/welcome/components/native/TermsView.js |
| 2594 |
%%WWWDIR%%/react/features/welcome/components/native/settings/components/FormRow.js |
| 2595 |
%%WWWDIR%%/react/features/welcome/components/native/settings/components/FormSectionAccordion.js |
| 2596 |
%%WWWDIR%%/react/features/welcome/components/native/settings/components/SettingsView.js |
| 2597 |
%%WWWDIR%%/react/features/welcome/components/native/settings/components/index.js |
| 2598 |
%%WWWDIR%%/react/features/welcome/components/native/settings/components/styles.js |
| 2599 |
%%WWWDIR%%/react/features/welcome/components/styles.js |
| 2600 |
%%WWWDIR%%/react/features/welcome/constants.js |
| 2601 |
%%WWWDIR%%/react/features/welcome/functions.js |
| 2602 |
%%WWWDIR%%/react/features/welcome/index.js |
| 2603 |
%%WWWDIR%%/react/index.native.js |
| 2604 |
%%WWWDIR%%/react/index.web.js |
| 2605 |
%%WWWDIR%%/readme-img1.png |
| 2606 |
%%WWWDIR%%/resources/cloud-api.swagger |
| 2607 |
%%WWWDIR%%/resources/custom-theme/custom-theme.json |
| 2608 |
%%WWWDIR%%/resources/img/appstore-badge.png |
| 2609 |
%%WWWDIR%%/resources/img/f-droid-badge.png |
| 2610 |
%%WWWDIR%%/resources/img/google-play-badge.png |
| 2611 |
%%WWWDIR%%/resources/install-letsencrypt-cert.sh |
| 2612 |
%%WWWDIR%%/resources/lang-sort.sh |
| 2613 |
%%WWWDIR%%/resources/load-test/index.html |
| 2614 |
%%WWWDIR%%/resources/load-test/load-test-participant.js |
| 2615 |
%%WWWDIR%%/resources/load-test/package-lock.json |
| 2616 |
%%WWWDIR%%/resources/load-test/package.json |
| 2617 |
%%WWWDIR%%/resources/load-test/webpack.config.js |
| 2618 |
%%WWWDIR%%/resources/nwjs-integration/index.html |
| 2619 |
%%WWWDIR%%/resources/nwjs-integration/package.json |
| 2620 |
%%WWWDIR%%/resources/prosody-plugins/ext_events.lib.lua |
| 2621 |
%%WWWDIR%%/resources/prosody-plugins/mod_auth_jitsi-anonymous.lua |
| 2622 |
%%WWWDIR%%/resources/prosody-plugins/mod_auth_token.lua |
| 2623 |
%%WWWDIR%%/resources/prosody-plugins/mod_av_moderation.lua |
| 2624 |
%%WWWDIR%%/resources/prosody-plugins/mod_av_moderation_component.lua |
| 2625 |
%%WWWDIR%%/resources/prosody-plugins/mod_client_proxy.lua |
| 2626 |
%%WWWDIR%%/resources/prosody-plugins/mod_conference_duration.lua |
| 2627 |
%%WWWDIR%%/resources/prosody-plugins/mod_conference_duration_component.lua |
| 2628 |
%%WWWDIR%%/resources/prosody-plugins/mod_external_services.lua |
| 2629 |
%%WWWDIR%%/resources/prosody-plugins/mod_filter_iq_jibri.lua |
| 2630 |
%%WWWDIR%%/resources/prosody-plugins/mod_filter_iq_rayo.lua |
| 2631 |
%%WWWDIR%%/resources/prosody-plugins/mod_jiconop.lua |
| 2632 |
%%WWWDIR%%/resources/prosody-plugins/mod_jitsi_session.lua |
| 2633 |
%%WWWDIR%%/resources/prosody-plugins/mod_limits_exception.lua |
| 2634 |
%%WWWDIR%%/resources/prosody-plugins/mod_muc_allowners.lua |
| 2635 |
%%WWWDIR%%/resources/prosody-plugins/mod_muc_breakout_rooms.lua |
| 2636 |
%%WWWDIR%%/resources/prosody-plugins/mod_muc_call.lua |
| 2637 |
%%WWWDIR%%/resources/prosody-plugins/mod_muc_census.lua |
| 2638 |
%%WWWDIR%%/resources/prosody-plugins/mod_muc_domain_mapper.lua |
| 2639 |
%%WWWDIR%%/resources/prosody-plugins/mod_muc_lobby_rooms.lua |
| 2640 |
%%WWWDIR%%/resources/prosody-plugins/mod_muc_max_occupants.lua |
| 2641 |
%%WWWDIR%%/resources/prosody-plugins/mod_muc_meeting_id.lua |
| 2642 |
%%WWWDIR%%/resources/prosody-plugins/mod_muc_poltergeist.lua |
| 2643 |
%%WWWDIR%%/resources/prosody-plugins/mod_muc_rate_limit.lua |
| 2644 |
%%WWWDIR%%/resources/prosody-plugins/mod_muc_size.lua |
| 2645 |
%%WWWDIR%%/resources/prosody-plugins/mod_muc_transcription_filter.lua |
| 2646 |
%%WWWDIR%%/resources/prosody-plugins/mod_polls.lua |
| 2647 |
%%WWWDIR%%/resources/prosody-plugins/mod_poltergeist_component.lua |
| 2648 |
%%WWWDIR%%/resources/prosody-plugins/mod_presence_identity.lua |
| 2649 |
%%WWWDIR%%/resources/prosody-plugins/mod_reservations.lua |
| 2650 |
%%WWWDIR%%/resources/prosody-plugins/mod_roster_command.lua |
| 2651 |
%%WWWDIR%%/resources/prosody-plugins/mod_roster_command.patch |
| 2652 |
%%WWWDIR%%/resources/prosody-plugins/mod_smacks.lua |
| 2653 |
%%WWWDIR%%/resources/prosody-plugins/mod_speakerstats.lua |
| 2654 |
%%WWWDIR%%/resources/prosody-plugins/mod_speakerstats_component.lua |
| 2655 |
%%WWWDIR%%/resources/prosody-plugins/mod_token_verification.lua |
| 2656 |
%%WWWDIR%%/resources/prosody-plugins/mod_turncredentials.lua |
| 2657 |
%%WWWDIR%%/resources/prosody-plugins/mod_websocket_session_event.patch |
| 2658 |
%%WWWDIR%%/resources/prosody-plugins/muc_owner_allow_kick.patch |
| 2659 |
%%WWWDIR%%/resources/prosody-plugins/poltergeist.lib.lua |
| 2660 |
%%WWWDIR%%/resources/prosody-plugins/token/util.lib.lua |
| 2661 |
%%WWWDIR%%/resources/prosody-plugins/util.lib.lua |
| 2662 |
%%WWWDIR%%/resources/robots.txt |
| 2663 |
%%WWWDIR%%/resources/update-ljm.sh |
| 2664 |
%%WWWDIR%%/resources/update-mobile-sdk-version.sh |
| 2665 |
%%WWWDIR%%/resources/update-mobile-version.sh |
| 2666 |
%%WWWDIR%%/service/UI/UIEvents.js |
| 2667 |
%%WWWDIR%%/sounds/asked-unmute.mp3 |
| 2668 |
%%WWWDIR%%/sounds/e2eeOff.mp3 |
| 2669 |
%%WWWDIR%%/sounds/e2eeOn.mp3 |
| 170 |
%%WWWDIR%%/sounds/incomingMessage.wav |
2670 |
%%WWWDIR%%/sounds/incomingMessage.wav |
| 171 |
%%WWWDIR%%/sounds/joined.wav |
2671 |
%%WWWDIR%%/sounds/joined.wav |
|
|
2672 |
%%WWWDIR%%/sounds/knock.mp3 |
| 172 |
%%WWWDIR%%/sounds/left.wav |
2673 |
%%WWWDIR%%/sounds/left.wav |
| 173 |
%%WWWDIR%%/sounds/liveStreamingOff.mp3 |
2674 |
%%WWWDIR%%/sounds/liveStreamingOff.mp3 |
| 174 |
%%WWWDIR%%/sounds/liveStreamingOn.mp3 |
2675 |
%%WWWDIR%%/sounds/liveStreamingOn.mp3 |
|
Lines 176-181
Link Here
|
| 176 |
%%WWWDIR%%/sounds/noisyAudioInput.mp3 |
2677 |
%%WWWDIR%%/sounds/noisyAudioInput.mp3 |
| 177 |
%%WWWDIR%%/sounds/outgoingRinging.wav |
2678 |
%%WWWDIR%%/sounds/outgoingRinging.wav |
| 178 |
%%WWWDIR%%/sounds/outgoingStart.wav |
2679 |
%%WWWDIR%%/sounds/outgoingStart.wav |
|
|
2680 |
%%WWWDIR%%/sounds/reactions-applause.mp3 |
| 2681 |
%%WWWDIR%%/sounds/reactions-boo.mp3 |
| 2682 |
%%WWWDIR%%/sounds/reactions-crickets.mp3 |
| 2683 |
%%WWWDIR%%/sounds/reactions-laughter.mp3 |
| 2684 |
%%WWWDIR%%/sounds/reactions-raised-hand.mp3 |
| 2685 |
%%WWWDIR%%/sounds/reactions-surprise.mp3 |
| 2686 |
%%WWWDIR%%/sounds/reactions-thumbs-up.mp3 |
| 179 |
%%WWWDIR%%/sounds/recordingOff.mp3 |
2687 |
%%WWWDIR%%/sounds/recordingOff.mp3 |
| 180 |
%%WWWDIR%%/sounds/recordingOn.mp3 |
2688 |
%%WWWDIR%%/sounds/recordingOn.mp3 |
| 181 |
%%WWWDIR%%/sounds/rejected.wav |
2689 |
%%WWWDIR%%/sounds/rejected.wav |
|
Lines 188-199
Link Here
|
| 188 |
%%WWWDIR%%/static/close.js |
2696 |
%%WWWDIR%%/static/close.js |
| 189 |
%%WWWDIR%%/static/close2.html |
2697 |
%%WWWDIR%%/static/close2.html |
| 190 |
%%WWWDIR%%/static/close3.html |
2698 |
%%WWWDIR%%/static/close3.html |
| 191 |
%%WWWDIR%%/static/deviceSelectionPopup.html |
2699 |
%%WWWDIR%%/static/close3.js |
| 192 |
%%WWWDIR%%/static/dialInInfo.html |
2700 |
%%WWWDIR%%/static/dialInInfo.html |
| 193 |
%%WWWDIR%%/static/msredirect.html |
2701 |
%%WWWDIR%%/static/msredirect.html |
| 194 |
%%WWWDIR%%/static/oauth.html |
2702 |
%%WWWDIR%%/static/oauth.html |
|
|
2703 |
%%WWWDIR%%/static/offline.html |
| 2704 |
%%WWWDIR%%/static/planLimit.html |
| 2705 |
%%WWWDIR%%/static/prejoin.html |
| 2706 |
%%WWWDIR%%/static/pwa/icons/icon192.png |
| 2707 |
%%WWWDIR%%/static/pwa/icons/icon512.png |
| 2708 |
%%WWWDIR%%/static/pwa/icons/iconMask.png |
| 195 |
%%WWWDIR%%/static/recommendedBrowsers.html |
2709 |
%%WWWDIR%%/static/recommendedBrowsers.html |
| 196 |
%%WWWDIR%%/static/settingsToolbarAdditionalContent.html |
2710 |
%%WWWDIR%%/static/settingsToolbarAdditionalContent.html |
|
|
2711 |
%%WWWDIR%%/static/welcomePageAdditionalCard.html |
| 197 |
%%WWWDIR%%/static/welcomePageAdditionalContent.html |
2712 |
%%WWWDIR%%/static/welcomePageAdditionalContent.html |
| 198 |
%%WWWDIR%%/title.html |
2713 |
%%WWWDIR%%/title.html |
|
|
2714 |
%%WWWDIR%%/twa/app/build.gradle |
| 2715 |
%%WWWDIR%%/twa/app/src/main/AndroidManifest.xml |
| 2716 |
%%WWWDIR%%/twa/app/src/main/java/org/jitsi/meet/Application.java |
| 2717 |
%%WWWDIR%%/twa/app/src/main/java/org/jitsi/meet/LauncherActivity.java |
| 2718 |
%%WWWDIR%%/twa/app/src/main/res/drawable-anydpi/shortcut_legacy_background.xml |
| 2719 |
%%WWWDIR%%/twa/app/src/main/res/drawable-hdpi/splash.png |
| 2720 |
%%WWWDIR%%/twa/app/src/main/res/drawable-mdpi/splash.png |
| 2721 |
%%WWWDIR%%/twa/app/src/main/res/drawable-xhdpi/splash.png |
| 2722 |
%%WWWDIR%%/twa/app/src/main/res/drawable-xxhdpi/splash.png |
| 2723 |
%%WWWDIR%%/twa/app/src/main/res/drawable-xxxhdpi/splash.png |
| 2724 |
%%WWWDIR%%/twa/app/src/main/res/mipmap-hdpi/ic_launcher.png |
| 2725 |
%%WWWDIR%%/twa/app/src/main/res/mipmap-mdpi/ic_launcher.png |
| 2726 |
%%WWWDIR%%/twa/app/src/main/res/mipmap-xhdpi/ic_launcher.png |
| 2727 |
%%WWWDIR%%/twa/app/src/main/res/mipmap-xxhdpi/ic_launcher.png |
| 2728 |
%%WWWDIR%%/twa/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png |
| 2729 |
%%WWWDIR%%/twa/app/src/main/res/raw/web_app_manifest.json |
| 2730 |
%%WWWDIR%%/twa/app/src/main/res/values/colors.xml |
| 2731 |
%%WWWDIR%%/twa/app/src/main/res/xml/filepaths.xml |
| 2732 |
%%WWWDIR%%/twa/app/src/main/res/xml/shortcuts.xml |
| 2733 |
%%WWWDIR%%/twa/build.gradle |
| 2734 |
%%WWWDIR%%/twa/fastlane/Appfile |
| 2735 |
%%WWWDIR%%/twa/fastlane/Fastfile |
| 2736 |
%%WWWDIR%%/twa/fastlane/README.md |
| 2737 |
%%WWWDIR%%/twa/gradle.properties |
| 2738 |
%%WWWDIR%%/twa/gradle/wrapper/gradle-wrapper.jar |
| 2739 |
%%WWWDIR%%/twa/gradle/wrapper/gradle-wrapper.properties |
| 2740 |
%%WWWDIR%%/twa/gradlew |
| 2741 |
%%WWWDIR%%/twa/gradlew.bat |
| 2742 |
%%WWWDIR%%/twa/settings.gradle |
| 2743 |
%%WWWDIR%%/twa/store_icon.png |
| 2744 |
%%WWWDIR%%/twa/twa-manifest.json |
| 199 |
%%WWWDIR%%/webpack.config.js |
2745 |
%%WWWDIR%%/webpack.config.js |
|
|
2746 |
@sample %%WWWDIR%%/config.js.sample |
| 2747 |
@sample %%WWWDIR%%/interface_config.js.sample |