Account account = new Account("1001","mypassword", "192.168.100.1");
phone = new Phone(account);
phone.PhoneConnectedEvent += delegate ()
{
phone.MakeCall("1002");
}
this scripts are work. but when the call picked up from other party. the sound is not transfered.
is it related your experimental feature "PlaybackDevices, CaptureDevices"? and can you give us an example how to use it?