paweldomas
460593a93e
chrome: bump LJM to 74f48e168eec4c05fd8600812cc00e6e34e9ab90
Required for the Spot's TURN changes to work
6 years ago
paweldomas
19a27e75bd
feat(spot): pass JitsiConnection to ProxyConnectionService to get TURN
6 years ago
Hristo Terezov
cb8e9eed5e
feat(subject): UI
6 years ago
Saúl Ibarra Corretgé
2715e81f1d
rn: add more SDK documentation
6 years ago
Saúl Ibarra Corretgé
f941f15def
ios: remove Jitsi Meet specific defaults
The app should always provide them.
6 years ago
Saúl Ibarra Corretgé
7712c6913c
android: make ReactInstanceManagerHolder.emitEvent return void
6 years ago
Saúl Ibarra Corretgé
45b6a8b5d5
android: throw if a unsupported type makes it to the props Bundle
6 years ago
Saúl Ibarra Corretgé
26ca0e6630
android: throw if the overlsay permission is not granted in Debug mode
6 years ago
Saúl Ibarra Corretgé
7978f9f5f4
misc: update .gitignore
6 years ago
Saúl Ibarra Corretgé
d39290f9fa
rn: refactor conference events
Consolidate all failure cases into a single one: CONFERENCE_TERMINATED. If the
conference ended gracefully no error indicator will be present, otherwise there
will be.
6 years ago
Saúl Ibarra Corretgé
f696a6dbe2
ios: update SDK documentation
6 years ago
Saúl Ibarra Corretgé
bf3bcd65d6
android: add JitsiMeetActivity
It renders a single JitsiMeetFragment which holds the JitsiMeetView view.
6 years ago
Saúl Ibarra Corretgé
a7018970ca
android: update SDK documentation
6 years ago
Saúl Ibarra Corretgé
20edb7c279
android: make onExternalAPIEvent protected
6 years ago
Saúl Ibarra Corretgé
59b00d022b
android: don't proxy enterPictureInPicture in JitsiMeetFragment
6 years ago
Saúl Ibarra Corretgé
53722fd2e6
android: remove ReactContextUtils
In practice, we are never going to be in a position where we don't have a
ReactContext but we do have some React Native code running. So let's not expect
the impossible.
6 years ago
Saúl Ibarra Corretgé
54bab793e5
android: remove JitsiMeetViewAdapter
It was never used and typicallt the Activity / Fragment holding the
JitsiMeetView object will be the listener.
In addition, once we refactor the events they will be reduced into far fewer.
6 years ago
Saúl Ibarra Corretgé
975ff9c83d
rn: support passing serverURL and room to URL object
That's what the SDK passes now, if the room URL is not absolute.
6 years ago
paweldomas
5b3e8a9b5e
android: introduce JitsiMeetConferenceOptions
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org >
6 years ago
Saúl Ibarra Corretgé
aedcfba263
ios: introduce JitsiMeetConferenceOptions
6 years ago
Saúl Ibarra Corretgé
b97cb3509a
rn: document externalAPIScope prop
6 years ago
Saúl Ibarra Corretgé
7d8ea85ea0
rn: start removing defaultURL
6 years ago
Saúl Ibarra Corretgé
e4c3e15791
rn: simplified code
There is no need for AbstractApp to require some getWindowLocation function.
It's only used in one place and we even polyfill it on mobile.
Thus replace it's usage with more specific functions.
6 years ago
Saúl Ibarra Corretgé
56135bd085
android: add initial implementation of join / leave
6 years ago
Saúl Ibarra Corretgé
549b495d16
ios: add initial implementation of join / leave
6 years ago
Saúl Ibarra Corretgé
f3abca6462
ios: add ability to control deep / universal linking
Since the SDK may be embedded with other apps, we need to recognize our custom
URL scheme and universal links in order to tell the user if we will process the
request or not.
Make them configurable with sane defaults.
6 years ago
Saúl Ibarra Corretgé
405905be82
rn: raise SDK version
6 years ago
Saúl Ibarra Corretgé
468b02b812
ios: adjust to latest Swift syntax
6 years ago
Saúl Ibarra Corretgé
3fa5aed950
rn: drop deep / universal links handling from JS
It's now all handled in the SDK an we'll get the new URLs via props.
6 years ago
Saúl Ibarra Corretgé
90803c8ff6
android: SDK v2 pass one
Add JitsiMeetFragment and refactor the app to use it.
6 years ago
Saúl Ibarra Corretgé
dbc88b972e
ios: SDK v2 pass one
- cleanup
- API simplification (single loadURL method)
- JitsiMeet singleton for linking helpers and globals
- Linking moved to app
6 years ago
Saúl Ibarra Corretgé
1c47720a08
misc: ignore build artifacts
6 years ago
Hristo Terezov
59fc3642a6
feat(amplitude): add mobile implementation
6 years ago
Saúl Ibarra Corretgé
19b4b92150
deps: update lib-jitsi-meet
6 years ago
Bettenbuk Zoltan
8400d01d75
[RN] Add color scheme support to dialog buttons
6 years ago
Bettenbuk Zoltan
d04068344a
[RN] Make header button same size as header label
6 years ago
Bettenbuk Zoltan
55a971c0fd
[RN] Add color scheme support to header
6 years ago
Bettenbuk Zoltan
20c1b1cfae
[RN] Wrap PagedList navigator with SafeAreaView
6 years ago
Bettenbuk Zoltan
ecb44b6ab4
[RN] Make the header more compact
6 years ago
Jose Angel Gonzalez
039805eba3
fix(android-sdk): Recover audio device if the OS changes it
6 years ago
virtuacoplenny
22277ad799
feat(api): add notification for when filmstrip gets toggled (#3974)
6 years ago
Hristo Terezov
2af1e8da95
fix(remote-video-menu): Icon position
6 years ago
Дамян Минков
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 years ago
Hristo Terezov
f439ad2999
feat(popover): Make the popover menus customizable.
6 years ago
Leonard Kim
81d4f694b7
fix(chat): prevent empty messages
6 years ago
Saúl Ibarra Corretgé
c737d46d90
android: update gradle plugin version
6 years ago
Saúl Ibarra Corretgé
3f2a559d64
rn: now working on version 19.1
6 years ago
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 years ago
damencho
b3a05db286
Update dropbox redirect uri to always use the main domain static page.
6 years ago
virtuacoplenny
08f2edf350
feat(screenshare): emit source type when starting screenshare (#3959)
* feat(screenshare): emit source type when starting screenshare
* squash: update doc
6 years ago