Daniel Calviño Sánchez
|
e1eca7764f
Replace wrapper with actual message in external signaling server
|
2 年之前 |
Daniel Calviño Sánchez
|
c4c64df5a6
Remove no longer needed code after removing EventBus message
|
2 年之前 |
Daniel Calviño Sánchez
|
5e224c5a24
Use listener for participant list messages
|
2 年之前 |
Daniel Calviño Sánchez
|
c8e77c3d3b
Split message receiver for internal and external signaling servers
|
2 年之前 |
Daniel Calviño Sánchez
|
9df56dccda
Process signaling message directly in the SignalingMessageReceiver
|
2 年之前 |
Daniel Calviño Sánchez
|
bda7d2719b
Add listener for call participant messages
|
2 年之前 |
Daniel Calviño Sánchez
|
d42fe61e89
Add listener for offer messages
|
2 年之前 |
Daniel Calviño Sánchez
|
476fb59a08
Use temporary SignalingMessageReceiver implementation in CallActivity
|
2 年之前 |
Daniel Calviño Sánchez
|
4dffd29ceb
Move handling of WebRTC messages to PeerConnectionWrapper
|
2 年之前 |
Daniel Calviño Sánchez
|
f3e04b8e18
Simplify condition
|
2 年之前 |
Daniel Calviño Sánchez
|
075ba20cf9
Split handling of "unshareScreen" and WebRTC messages
|
2 年之前 |
Daniel Calviño Sánchez
|
7b1bfb2c17
Simplify getting the message type
|
2 年之前 |
Daniel Calviño Sánchez
|
331bf49f73
Fix processing of participant list on reconnections
|
2 年之前 |
Daniel Calviño Sánchez
|
8cdcc63687
Return without further processing if the call is remotely ended
|
2 年之前 |
Daniel Calviño Sánchez
|
379ec8eae8
Fix call state when join call response is received after signaling
|
2 年之前 |
Andy Scherzinger
|
d858169668
prevent NPE
|
2 年之前 |
Tim Krüger
|
b0a68e8193
Merge pull request #2613 from nextcloud/bugfix/2612/fixNpeWhenRingtoneSilent
|
2 年之前 |
Tim Krüger
|
4b46270362
Set minSdkVersion to 23 (Android 6)
|
2 年之前 |
Tim Krüger
|
49da463971
Replace Fresco with Coil
|
2 年之前 |
Marcel Hibbe
|
3e6c846d62
fix crash when joining call while silent ringtone is set
|
2 年之前 |
Daniel Calviño Sánchez
|
6466aaea20
Fix reconnection when the web socket was abruptly closed
|
2 年之前 |
Daniel Calviño Sánchez
|
45224741fd
Fix ParticipantDisplayItems not updated on events
|
2 年之前 |
Daniel Calviño Sánchez
|
990d551dd0
Fix String comparison using operator rather than "equals()"
|
2 年之前 |
Andy Scherzinger
|
796a2683db
Merge pull request #2563 from nextcloud/use-comparison-operator-rather-than-equals-for-enums
|
2 年之前 |
Daniel Calviño Sánchez
|
74cf2c7a41
Use comparison operator rather than equals for enums in CallActivity
|
2 年之前 |
Daniel Calviño Sánchez
|
d7706b6082
Fix remote participants display with both video and screen share
|
2 年之前 |
Tim Krüger
|
5a392be92e
Merge pull request #2541 from nextcloud/keep-retrying-with-exponential-backoff-if-pulling-signaling-messages-fails
|
2 年之前 |
Daniel Calviño Sánchez
|
4b4b9da2b1
Add exponential backoff when trying to pull signaling messages again
|
2 年之前 |
Daniel Calviño Sánchez
|
52dda57aef
Rewrite "retry(Predicate)" as "retryWhen()"
|
2 年之前 |
Daniel Calviño Sánchez
|
54deafa514
Keep retrying if pulling signaling messages fails
|
2 年之前 |