C# record video from Skype using SKYPE4COMLib

481 Views Asked by At

Hi i am writting Skype recorder. In SKYPE4COMLib documentation i found methods how to record audio calls from microphone and headphones:

call.CaptureMicDevice[TCallIoDeviceType.callIoDeviceTypeFile] = path1;
call.OutputDevice[TCallIoDeviceType.callIoDeviceTypeFile] = path2;

But i can't find any examples how to record video from Skype. Maybe someone had working with SKYPE4COMLib before or have any ideas how to record video?

Thanks.

0

There are 0 best solutions below