Hello!


I have come across another problem.
Here's my scenario:
I want to host a conference for two other people.
How i do that:
========
I use the method found in Skype4COM examples:
- I call the first person,
- wait till i'm sure he's on
- then i put the call on hold,
- i make the second call,
- and finally i join it to the first.

It works, everything is perfect.. BUT: when one of them leaves i get a "Call Finished" event and this is is where things start to get wild bigsmile.png The other call remains active doesn't finish. If I want to truly finish it, i have to use the call.Finish() again. Is that normal?
Is there a way to completely close this new formed conference when one of the participants has left?

Thanks
Cristian