mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
Display call duration instead of conference duration.
This commit is contained in:
parent
0bc78c24ab
commit
1e34883610
2 changed files with 2 additions and 2 deletions
|
|
@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Download the correct version of openH264 (2.2.0)
|
||||
- Avoid to register the account while activating it.
|
||||
- Volumes settings based on hardware volumes. Remove software gains.
|
||||
- Display call duration instead of conference duration.
|
||||
|
||||
### Added
|
||||
- Screen Sharing
|
||||
|
|
|
|||
|
|
@ -214,8 +214,7 @@ Rectangle {
|
|||
running: true
|
||||
interval: 1000
|
||||
repeat: true
|
||||
onTriggered: if(conferenceModel) parent.elaspedTime = Utils.formatElapsedTime(conferenceModel.getElapsedSeconds())
|
||||
else parent.elaspedTime = Utils.formatElapsedTime(mainItem.callModel.duration)
|
||||
onTriggered: parent.elaspedTime = Utils.formatElapsedTime(mainItem.callModel.duration)
|
||||
}
|
||||
property string elaspedTime
|
||||
horizontalAlignment: Qt.AlignHCenter
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue