Leonard Kim
c0376d238a
ref(notifications): do not notify of local participant left
Join notifications are already supressed for the local
participant, so hide the left notification. For now
the notification is not being shown on mobile to keep
the same existing behavior and because a copy change
will be needed, but will be added once batching is
implemented.
6 年之前
Leonard Kim
979b773c3c
ref(notifications): move join notification firing to notifications feature
6 年之前
Leonard Kim
3195a449ca
ref(conference): web and native exercise same redux flow for kicked out
6 年之前
Bettenbuk Zoltan
d7483f07e3
feat: add possibility to clear invite search field
6 年之前
Дамян Минков
9c1b802997
Device selection now always shows the device that it managed to open. (#4384)
* Device selection now always shows the device that managed to open.
* Simplifies implementation, skips using state.
6 年之前
damencho
bb3a10b0fc
Safe guard for removed parent node of the iframe.
6 年之前
paweldomas
97e8b31cee
fix: update LJM to fix reload on hangup
Updates LJM to c0af82a215
6 年之前
Saúl Ibarra Corretgé
55218de779
rn: add a reduced UI mode for the welcome page
The only way to render the welcome page in reduced UI mode currently is to
hangup a call from the Android ongoing notification while in PiP mode.
6 年之前
Saúl Ibarra Corretgé
714e0e045d
android: add notification while there is an ongoing meeting
The notification is posted by a foreground service, which also has the nice
side-effect of keeping the app alive for a long time.
6 年之前
Saúl Ibarra Corretgé
0bc369afb4
android: add ability to get the current Activity running RN
This helper method gets the current Activity attached to React Native (via the
ReactContext). This is useful for modules which need access to it, without being
actual React Native modules.
6 年之前
Saúl Ibarra Corretgé
f71ec55170
android: add ability to keep track of the current ongoing conference
6 年之前
yanas
760885437a
Merge pull request #4369 from jitsi/quality-text-change
Changes call quality strings to video quality.
6 年之前
damencho
f77976b742
Notify for detecting suspend.
6 年之前
Saúl Ibarra Corretgé
9e95e7cd97
rn: bump SDK version to 2.2.0
6 年之前
Leonard Kim
9d94257e79
ref(api): move conference join notification to middleware
6 年之前
Leonard Kim
13cfd61c83
fix(index): set reload link as attribute, not raw html
6 年之前
Leonard Kim
fa818bc386
feat(screenshare): allow auto-pin remote only
6 年之前
Saúl Ibarra Corretgé
a73a642c64
rn: fix CallKit failure screen flash when kicked
Pretend we have left instead of triggering a call failure. The user was already
told in the dialog.
6 年之前
Leonard Kim
94b3f6410d
ref(api): move local participant name change
6 年之前
Leonard Kim
3d30f6e9cd
ref(api): move filmstrip display notification
6 年之前
Leonard Kim
40c16f0bac
ref(api): move tile view subscriber to api dir
6 年之前
Leonard Kim
a1db63a8c2
ref(api): move feedbackSubmitted notification to api middleware
6 年之前
Leonard Kim
59a9c2d947
fix(notifications): show notifications after reducers update to get name
Otherwise the participant will not have been added yet
to state so the participant name will not display in
the notification.
6 年之前
Yana Stamcheva
fc897b9bac
Changes call quality to video quality.
6 年之前
damencho
96f013c549
Fixes few undefined errors on standby.
6 年之前
damencho
742905e05a
Removes duplicated text.
6 年之前
damencho
bde44a94e8
Changes display name prompt to non modal, so people can mute/unmute.
6 年之前
Saúl Ibarra Corretgé
1786bfadce
android: make some activity attributes private
They are only meant to be used internally. This reduces the risk of SDK users
sending garbage when we expect a specific type.
6 年之前
Saúl Ibarra Corretgé
b2e840636a
sounds: lower log severity
When native SDK users end a meeting the view gets disposed and detached from
React, and then the entire app gets destroyed and these errors get printed at
the error level, throwing some people off.
6 年之前
Saúl Ibarra Corretgé
ddaa22048f
android: make sure we left the current meeting when the activity is destroyed
If the user swipes the activity from the recents list there is no other chance,
onDestroy gets called directly.
6 年之前
Saúl Ibarra Corretgé
3e77890387
android: fix not calling super in onNewIntent
6 年之前
Leonard Kim
1e39c12963
fix(suboptimal): allow checks for chromium based browsers
6 年之前
Saúl Ibarra Corretgé
243fdba80f
android: fix exception when sending events without URL
ENTER_PIP_MODE, for example, does not have it.
6 年之前
Дамян Минков
08c4933c1b
Fixes inviting more than one participant (#4352)
* Fixes inviting more than one participant.
* Shows a notification when participants are invited.
* Adds support for both .id and .user_id props for people query results.
6 年之前
Leonard Kim
d5e0dea469
fix(suboptimal): ignore mobile browsers in whitelists/blacklists
6 年之前
paweldomas
033aa0dd6e
fix(base/conference/reducer): check if room is defined
This was hit on a corner case when ConnectionService will deny
the request to start the call. I am not sure, but it could have been
that the conference object has been disposed or closed or something
else, but the fact is that 'conference.room' was not defined and things
crashed. It is not safe to access conference's private field 'room'. It
is true JitsiConference doesn't follow the practice of marking this
field as private with the underscore '_', but it is not a public field.
6 年之前
Saúl Ibarra Corretgé
803870ef8f
android: add a uncaught exception handler
Its main task is to cleanup conferences (specially the connection services
stuff) to make sure the system is left in a working state even when the
unexpected happens.
6 年之前
virtuacoplenny
bf67a4a675
Configurable (sub)optimal and unsupported browsers (#4351)
* Configurable (sub)optimal and unsupported browsers
* maybe this helps somehow
6 年之前
Bettenbuk Zoltan
ee2036a2a7
feat: show on stage function
6 年之前
Bettenbuk Zoltan
4c3ed190f3
feat: add ability to toggle toolbox from tile view
6 年之前
Hristo Terezov
a91b49c2c1
feat(reload): on offer / answer error.
6 年之前
Saúl Ibarra Corretgé
186ba70cb7
participants: skip local participant join notification
Also, use the helper function to get the display name for a participant.
6 年之前
Leonard Kim
12c18657d5
fix(welcome-page): make Tabs more resilient to bad props
In case wrong props are passed in, such as pointing to
an index that does not contain a value in the tabs
array.
6 年之前
Leonard Kim
9f8e7d4050
chore(deps): bump lib to a89d673 for caps version fixes
6 年之前
Leonard Kim
4cea7018f5
fix(tile-view): back to single click to pin
Undoes the logic added in:
ebcde745ef
6 年之前
Saúl Ibarra Corretgé
54a9b9199e
rn: adapt to API changes in google signin
6 年之前
Saúl Ibarra Corretgé
4591b36c3e
android: handle onActivityResult Activity lifecycle method
It may be called in the Activity instead of in the Fragment. Handle both.
6 年之前
Saúl Ibarra Corretgé
db862b5b3b
misc: add Android debug builds to .gitignore
6 年之前
Saúl Ibarra Corretgé
70b864f00b
deps: react-native-google-signin@2.0.0
6 年之前
Saúl Ibarra Corretgé
73b6a7a134
android: fix React packager not working on debug builds on a device
6 年之前