Click here to Skip to main content
15,886,963 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I am making an application which place an call using Skype API and vb.net

I also refer user manual but i did not get any solution.

I am using following below code but it is giving an error "An call exist in routing\ringing\earlymedia state".

Public WithEvents skype As New SKYPE4COMLib.Skype

If Not skype.Client.IsRunning Then
skype.Client.Start(True, True)
End If

skype.Attach(skype.Protocol, True)
Dim c As [Call] = skype.PlaceCall("SkypeId")

If you have any solution then please help me.

Thanks
Posted
Updated 25-Oct-15 19:00pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900