Hi -
I have the Biz edition of zoiper (with Delphi) and have been using the api to answer calls etc. All that works fine, what I cant seem to do is to record a call. I use something like..
...
Config := ZoiperAPI.GetConfig;
Config.RecordPath := ExtractFilepath(application.ExeName);
Config.RecordFilename := 'Conversation.wav';
....
I then use ..
var
IncomingCall : IZoiperCall;
..
Incommingcall.Record_
Then IncomingCall.RecordStop
but all i end up with a file with zero bytes.
Any help would be much appreciated.
Thanks