Closed luisolarte closed 9 years ago
Changes to record Incoming call without use xml setting configuration
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")
call.As<IMediaSource>().
call.As<IMediaSource>().RecordTo("whatever.wav")
Changes to record Incoming call without use xml setting configuration