forked from mirrors/linphone-iphone
Send conference invitations only if scheduled for laster
This commit is contained in:
parent
b0f5efae59
commit
afd22ede17
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ class ConferenceSchedulingViewModel {
|
|||
}
|
||||
self.address.value = conferenceAddress
|
||||
|
||||
if (self.sendInviteViaChat.value == true) {
|
||||
if (self.scheduleForLater.value == true && self.sendInviteViaChat.value == true) {
|
||||
// Send conference info even when conf is not scheduled for later
|
||||
// as the conference server doesn't invite participants automatically
|
||||
if let chatRoomParams = try?self.core.createDefaultChatRoomParams() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue