So, I place a call with ICall call = ooVoo.Call(phoneNumber);
I get back an ICall with an ID..
I then get a ooVoo_ConversationState event which says calling.. How do I match the original Call to the ConversationState event, There is no Call ID to reference for the event. Can't I have multiple simultaneous calls? Or do I just assume I always just have 1 active call ?