Help - Search - Members - Calendar
Full Version: Recorded Skype Conversation
Skype Community > English > Development, Betas and Skype Garage > Skype Public API
shtm_alex
Hi,
How can I record the Skype Conversation?
I would like to issue a record command in a button during conversation, how can i do that?
Mirje
Please check out the documentation from here - https://developer.skype.com/Docs/ApiDoc/Voice_Streams

Regards,
Mirje
shtm_alex
QUOTE(Mirje @ Mon Apr 16 2007, 14:02) [snapback]383918[/snapback]

Please check out the documentation from here - https://developer.skype.com/Docs/ApiDoc/Voice_Streams

Regards,
Mirje


I have checked
but it seems voice recording can be done on 1-by-1 conversation
can we capture a group converstaion?
Mirje
Yes, you can. If you are a host, then you have to use SET_OUTPUT with each of the participants of the conference call (as each call has it's own call id). So you would be getting several different files of each party of the conference call.

However, if you are not a host, but just a member of the call, then you will have only one call id and you will be able to record the voice of all the participants to one file, except your own voice. To capture your own voice you would need to use SET_CAPTURE_MIC command, which is also documented in that page.

Regards,
Mirje
shtm_alex
QUOTE(Mirje @ Tue Apr 17 2007, 12:27) [snapback]384236[/snapback]

Yes, you can. If you are a host, then you have to use SET_OUTPUT with each of the participants of the conference call (as each call has it's own call id). So you would be getting several different files of each party of the conference call.

However, if you are not a host, but just a member of the call, then you will have only one call id and you will be able to record the voice of all the participants to one file, except your own voice. To capture your own voice you would need to use SET_CAPTURE_MIC command, which is also documented in that page.

Regards,
Mirje


oic...so finally there are many WAV files in each participant.
IS it possible that we stream out the voice of each participant to somewhere? because i am afraid the size of the file is quite big.
shtm_alex
QUOTE(shtm_alex @ Wed Apr 18 2007, 08:11) [snapback]384570[/snapback]

oic...so finally there are many WAV files in each participant.
IS it possible that we stream out the voice of each participant to somewhere? because i am afraid the size of the file is quite big.


>>However, if you are not a host, but just a member of the call, then you will have only one call id and you >>will be able to record the voice of all the participants to one file, except your own voice

Yes I would like to try this approach. Can you guide me how to do so?
Mirje
Not being a host means simply that you are part of the conference call but you are not the one who has added people to that call.
shtm_alex
QUOTE(Mirje @ Thu Apr 19 2007, 13:37) [snapback]384946[/snapback]

Not being a host means simply that you are part of the conference call but you are not the one who has added people to that call.


Yes I get it.

By the way, I tried the Skype Tutorial Lab 210, 211 and would like to add the ALTER output inside the code so that I can record the conversation but it doesn;t work. Can I do that? Also, I don't understand the PORT, how can I detemine?

Thanks
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.