You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// First, you must start the service manager like this:
Win32ServiceManager.SharedManager.Start();
// second, do this:
ISipService sipService = Win32ServiceManager.SharedManager.SipService;
MyAVSession session = MyAVSession.CreateOutgoingSession(sipService.SipStack,
MediaType.AudioVideo);
session .MakeCall("sip:bob@open-ims.test");
Original comment by boss...@yahoo.fr on 13 Dec 2010 at 5:29
Original issue reported on code.google.com by
tarunban...@gmail.com
on 7 Dec 2010 at 1:14The text was updated successfully, but these errors were encountered: