+1 vote

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



in SDK & API by (150 points)

Please log in or register to answer this question.

Welcome!
Ask your questions and receive answers from other members of the Zoiper Community.

Did you check our Help Section?

You are a Zoiper Biz or Premium customer? If so, click HERE to get premium support.
2,438 questions
1,541 answers
2,314 comments
135,096 users