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 Incoming call without depending xml setting #25

Closed luisolarte closed 9 years ago

luisolarte commented 9 years ago

Changes to record Incoming call without use xml setting configuration

siniypin commented 9 years ago

You can interact with media of a call using call.As<IMediaSource>(). expression. More specifically, in order to record the sound you should call call.As<IMediaSource>().RecordTo("whatever.wav")