taksan / skype-java-api

Skype API for Java, based on Skype4Java library
128 stars 60 forks source link

How to get display name of Conference Call #71

Open tarkik-tatva opened 8 years ago

tarkik-tatva commented 8 years ago

Hello Team Taksan,

I am creating skype audio call recorder using your api. Its seems very useful to record the calls. I want to give name of generated audio file as "myusername_Conference_with_conferenceName" in case of conference call recording. But from the object of Call, I am not able to get the name of the conference (display name in case of one to one call ).

Is there any way I can achieve it ?

TIA