Дамян Минков
12d0aef686
Updates recording dialog. (#3953)
* Updates recording dialog.
* Update config.js doc.
* Adds comment and make a check more intuitive.
* Changes of using enum for recording types.
6 роки тому
Hristo Terezov
f439ad2999
feat(popover): Make the popover menus customizable.
6 роки тому
Leonard Kim
81d4f694b7
fix(chat): prevent empty messages
6 роки тому
Saúl Ibarra Corretgé
c737d46d90
android: update gradle plugin version
6 роки тому
Saúl Ibarra Corretgé
3f2a559d64
rn: now working on version 19.1
6 роки тому
Saúl Ibarra Corretgé
bdb3099073
android: fix running on Android < M
The android.telecom.CallAudioState class was only added in API level 23 (Android
M), so make sure we don't import it in lower versioned devices.
6 роки тому
damencho
b3a05db286
Update dropbox redirect uri to always use the main domain static page.
6 роки тому
virtuacoplenny
08f2edf350
feat(screenshare): emit source type when starting screenshare (#3959)
* feat(screenshare): emit source type when starting screenshare
* squash: update doc
6 роки тому
Bettenbuk Zoltan
98c7430b6f
[RN] Replace red screen with dialog
6 роки тому
Bettenbuk Zoltan
ebdcbe122a
Change dialog button property keys
6 роки тому
virtuacoplenny
31c1034be7
deps(chore): bump lib-jitsi-meet to e398584 (#3958)
Bring over two fixes for spot. One is for
identifying the screenshare type when using
a camera for screenshare or when using a proxy
stream. Also bring in a fix to avoid a js error
in chrome ios.
6 роки тому
Hristo Terezov
a9d82a79ea
fix(toolbar): Move buttons to overflow menu when the space isn't enough
6 роки тому
Bettenbuk Zoltan
27e1f5a1bc
[RN] Avoid adding undefined in the invite
6 роки тому
virtuacoplenny
dbedee5e22
chore(deps): update to lib 320919e (#3951)
6 роки тому
Дамян Минков
636c63397b
Adds integrations doc. (#3929)
* Adds integrations doc.
Google, Microsoft and Dropbox for now.
* Updates doc.
6 роки тому
damencho
67e7994e36
Removes unused config.
6 роки тому
damencho
40f03fedc2
Replaces emoji flags with flag from a png.
Seems like windows does not have emojis for flags.
6 роки тому
Hristo Terezov
55149670da
fix(dropbox-auth): In Electron.
6 роки тому
Gabriel-Tiberiu Imre-Lucaci
5739e1deaa
feat(external_api): notify when api is disposed
6 роки тому
Bettenbuk Zoltan
b6e2701991
[RN] Add invite screen
6 роки тому
Bettenbuk Zoltan
38b1be1291
[RN] Extract AvatarListItem
6 роки тому
damencho
555f8b3a99
Fixes toll free position.
6 роки тому
Дамян Минков
ea4d49f2a0
Adds new format of phoneList service and re-design dial in numbers page. (#3903)
* Adds new format of phoneList service and re-design dial in numbers page.
Adds flags and country names (with translations) for the numbers if using the new format.
* Fixes tests and fixes get default number.
* Updates swagger with new format.
* Moves html back yo table.
Fixes displaying on mobile and also the tel: URI generation. The tel: URI is tested on Android and iOS and seems to work (Android was not interpreting 'p', but both seems to like ',').
* Fixes a wrong return statement.
* Small fixes.
6 роки тому
fossterer
d7eea8abbc
Added links related to NAT config in a new FAQ doc
6 роки тому
paweldomas
1b8ef9a05a
chore: update LJM to 5a9fc76739bcf0bed50676c7be160f688f3a19b5
6 роки тому
Emil Ivov
ac7311cb52
Merge pull request #3920 from jitsi/emcho-patch-3
Update api.md
6 роки тому
Emil Ivov
f498c8d402
Update api.md
6 роки тому
Leonard Kim
8c8b09878c
fix(screensharing): do not sync camera device id on start
When a conference is started, the currently used
camera device id is saved. I believe this is happening
because lib-jitsi-meet does not use exact device id
mathcing when calling getUserMedia, so it's possibl
to request camera A but get camera B back because
camera A is not available. When config.startScreenSharing
is true, the syncing occurs and saves the desktop
source id. So when screensharing is stopped, jitsi-meet
requests that desktop source id instead of the preferred
camera.
6 роки тому
Leonard Kim
03f8d8b51a
fix(external_api): detect and skip params for hash routers
6 роки тому
Hristo Terezov
32083fc44d
fix(connection-quality): Bring back the icon.
6 роки тому
Hristo Terezov
c4361ed7da
feat(css): configurable Videolayot and overflow menu.
6 роки тому
Hristo Terezov
a95d38a0f4
feat(thumbnail-indicators): Configurable icon sizes.
6 роки тому
Hristo Terezov
981600a999
fix(toolbar): button distance and colors.
6 роки тому
Hristo Terezov
0d674001d2
chore(icons): Cleanup
6 роки тому
Hristo Terezov
f7b930409b
feat(toolbox): Redesign.
6 роки тому
paweldomas
4312512d2f
feat(external API): add feedbackPromptDisplayed event
Adds a new event fired when Jitsi Meet shows the feedback prompt.
6 роки тому
Saúl Ibarra Corretgé
b7b2745dae
ios: update podfile for CocoaPods 1.6.0
6 роки тому
damencho
fc129d9849
Adds setting subject and adding event on receiving such change.
6 роки тому
paweldomas
54c36198d0
fix(mobile/call-integration): cleanup if leave takes too long
The conference disconnection process is asynchronous which means there's
no guarantee that there will be CONFERENCE_LEFT event for the old
conference, before the next conference is joined. Because of that we can
end up with two simultaneous calls on the native side which is not
always supported. End the call on CONFERENCE_WILL_LEAVE to fix this
corner case.
6 роки тому
virtuacoplenny
16b440bbd0
chore(deps): upgrade webpack-dev-server 3.1.10 to 3.1.14 (#3900)
6 роки тому
Bettenbuk Zoltan
d56d01cebb
[Android] Change the type of the color scheme
6 роки тому
Leonard Kim
d872728966
fix(recording): support passing styles in firefox
Using an array of styles in Firefox causes an error
that triggers jitsi-meet to redirect to a static page.
6 роки тому
Saúl Ibarra Corretgé
877cea59e7
ios: don't configure CXProvider if CallKit is disabled
6 роки тому
Saúl Ibarra Corretgé
a4b3f8ade6
android: don't build javadocs when publishing react-native plugins
They generate a bunch of harmless yet confusing error messages and they are not
really useful.
6 роки тому
damencho
2ac5d136dc
Detects nginx-extras package. Fixes #3891.
6 роки тому
Saúl Ibarra Corretgé
7e320a5d38
ios: refactor AudioMode to use RTCAudioSession
RTCAudioSession is a thin wrapper around AVAudioSession provided by the WebRTC
framework. It makes some use-cases easier, and leads us closer to manual audio
unit management, which we will likely need in the near future.
6 роки тому
Saúl Ibarra Corretgé
7289e59ca9
audio-mode: don't change the mode unless there is no active conference
If a new conference is joined and as a result the current one is terminated,
don't ever attempt to set the audio mode.
6 роки тому
Saúl Ibarra Corretgé
e1b989e99b
ios: make sure our CXProvider is invalidated when CallKit is disabled
6 роки тому
Saúl Ibarra Corretgé
070a34e30d
ios: enable proximity sensor on the main thread
Fixes this issue:
Main Thread Checker: UI API called on a background thread: -[UIApplication setExpectsFaceContact:inLandscape:]
PID: 25442, TID: 10886619 , Thread name: (none), Queue name: com.facebook.react.ProximityQueue, QoS: 0
Backtrace:
4 JitsiMeet 0x000000010a0eaadc -[Proximity setEnabled:] + 64
5 CoreFoundation 0x00000001fea34630 <redacted> + 144
6 CoreFoundation 0x00000001fe912450 <redacted> + 292
7 CoreFoundation 0x00000001fe913034 <redacted> + 60
8 JitsiMeet 0x000000010a4e08e8 -[RCTModuleMethod invokeWithBridge:module:arguments:] + 492
9 JitsiMeet 0x000000010a4e7a10 _ZN8facebook5reactL11invokeInnerEP9RCTBridgeP13RCTModuleDatajRKN5folly7dynamicE + 248
10 JitsiMeet 0x000000010a4e776c ___ZN8facebook5react15RCTNativeModule6invokeEjON5folly7dynamicEi_block_invoke + 88
11 libdispatch.dylib 0x000000010b943824 _dispatch_call_block_and_release + 24
12 libdispatch.dylib 0x000000010b944dc8 _dispatch_client_callout + 16
13 libdispatch.dylib 0x000000010b94ce6c _dispatch_lane_serial_drain + 720
14 libdispatch.dylib 0x000000010b94db60 _dispatch_lane_invoke + 460
15 libdispatch.dylib 0x000000010b957bfc _dispatch_workloop_worker_thread + 1220
16 libsystem_pthread.dylib 0x00000001fe6490dc _pthread_wqthread + 312
17 libsystem_pthread.dylib 0x00000001fe64bcec start_wqthread + 4
6 роки тому
Aaron van Meerten
e144c2fb3e
Merge pull request #3886 from jitsi/invitation-post-application-json
invite post to use application/JSON
6 роки тому