ladendirekt / pjsip4net

A wrapper library exposing the pjsip library to the .NET world in a OO-friendly way.
71 stars 42 forks source link

Record Wav file without call #28

Closed luisolarte closed 9 years ago

luisolarte commented 9 years ago

Hi Robert

This is a Question too, Does pjsip4net have any api to record Audio Mic without calling process?

siniypin commented 9 years ago

Hi @Icop200685,

pjsip4net exposes pjsua conference bridge API as is, so basically anything you can do with it in C pjsip code is available to you as well. As for your question, you can find an answer here: Recording mic to file - point 6.

Cheers.