fix(ui/views/App/Calls/Incall): little fix

This commit is contained in:
Ronan Abhamon 2017-06-02 17:36:29 +02:00
parent d00b77d5d1
commit 4b74321394
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ DialogPlus {
id: conferenceManager
readonly property int maxParticipants: 10
readonly property int minParticipants: 2
readonly property int minParticipants: 1
buttons: [
TextButtonA {

View file

@ -78,7 +78,7 @@ Rectangle {
// See: http://www.linphone.org/docs/liblinphone/group__call__misc.html#ga62c7d3d08531b0cc634b797e273a0a73
Timer {
interval: 5000
interval: 500
repeat: true
running: true
triggeredOnStart: true