Commit 4b743213 authored by Ronan Abhamon's avatar Ronan Abhamon

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

parent d00b77d5
...@@ -12,7 +12,7 @@ DialogPlus { ...@@ -12,7 +12,7 @@ DialogPlus {
id: conferenceManager id: conferenceManager
readonly property int maxParticipants: 10 readonly property int maxParticipants: 10
readonly property int minParticipants: 2 readonly property int minParticipants: 1
buttons: [ buttons: [
TextButtonA { TextButtonA {
......
...@@ -78,7 +78,7 @@ Rectangle { ...@@ -78,7 +78,7 @@ Rectangle {
// See: http://www.linphone.org/docs/liblinphone/group__call__misc.html#ga62c7d3d08531b0cc634b797e273a0a73 // See: http://www.linphone.org/docs/liblinphone/group__call__misc.html#ga62c7d3d08531b0cc634b797e273a0a73
Timer { Timer {
interval: 5000 interval: 500
repeat: true repeat: true
running: true running: true
triggeredOnStart: true triggeredOnStart: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment