I've tried to follow the codes in project "MyPhone" which is an UWP app to build a Windows Form app for making phone call.
I've stuck in a trouble where TransportDevice.ConnectAsync() always returns 'false', so phone line cannot be initialed.
Can anyone explain or guide me to the correct implementation of Windows Form?
I've tried to follow the codes in project "MyPhone" which is an UWP app to build a Windows Form app for making phone call. I've stuck in a trouble where TransportDevice.ConnectAsync() always returns 'false', so phone line cannot be initialed. Can anyone explain or guide me to the correct implementation of Windows Form?
Here are my codes: