Updated conference factory uri

This commit is contained in:
Sylvain Berfini 2017-11-09 15:51:02 +01:00
parent 7f5c586489
commit 0a6fc494e8
3 changed files with 1 additions and 3 deletions

View file

@ -35,7 +35,7 @@ dtmf_player_amp=0.1
ec_calibrator_cool_tones=1
[misc]
conference_factory_uri=sip:conference-factory@conf.test.org
conference_factory_uri=sip:conference-factory@conf.linphone.org
max_calls=10
history_max_size=100

View file

@ -64,7 +64,6 @@ import org.linphone.core.Core;
import org.linphone.core.EventLog;
import org.linphone.core.Factory;
import org.linphone.core.Participant;
import org.linphone.mediastream.Log;
import org.linphone.receivers.ContactsUpdatedListener;
import java.io.File;

View file

@ -39,7 +39,6 @@ import org.linphone.contacts.ContactAddress;
import org.linphone.core.Address;
import org.linphone.core.ChatRoom;
import org.linphone.core.ChatRoomListenerStub;
import org.linphone.core.Participant;
import org.linphone.mediastream.Log;
import java.util.ArrayList;