mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 22:28:07 +00:00
Fix previous commit.
This commit is contained in:
parent
598bafd4a8
commit
ca67884d93
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ int linphone_core_leave_conference(LinphoneCore *lc){
|
|||
|
||||
|
||||
int linphone_core_enter_conference(LinphoneCore *lc){
|
||||
if (linphone_core_sound_resources_locked) {
|
||||
if (linphone_core_sound_resources_locked(lc)) {
|
||||
return -1;
|
||||
}
|
||||
LinphoneConference *conf=&lc->conf_ctx;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue