mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Fix displaying active speaker and video.
Fix borders of speaking participants. Update SDK to 5.2.59
This commit is contained in:
parent
c4811f5fe1
commit
fe4af7cc1c
3 changed files with 4 additions and 2 deletions
|
|
@ -17,7 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Section date timezone in chat.
|
||||
- Use custom font for chat compose area.
|
||||
- Calling conference from history.
|
||||
- Update SDK to 5.2.55
|
||||
- Speaking border display.
|
||||
- Update SDK to 5.2.60 (Active Speaker fix)
|
||||
|
||||
## 5.0.15 - 2023-04-11
|
||||
|
||||
|
|
|
|||
|
|
@ -45,6 +45,7 @@ ParticipantDeviceModel::ParticipantDeviceModel (CallModel * callModel, std::shar
|
|||
connectTo(mParticipantDeviceListener.get());
|
||||
device->addListener(mParticipantDeviceListener);
|
||||
mState = device->getState();
|
||||
mIsSpeaking = device->getIsSpeaking();
|
||||
}
|
||||
mCall = callModel;
|
||||
if(mCall)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit ab4aa59d484847e3fc27dc28e9b5eceb5987bc57
|
||||
Subproject commit 3eb73c4d8859785dc5d23511b652158cd1a9c7fe
|
||||
Loading…
Add table
Reference in a new issue