Skip to content

Success create call but no sound when it picked up.  #22

@cheanizer

Description

@cheanizer
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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions