Amit Kumar, Apologies for the delayed response.
Based on my understanding of your scenario, the CallComposite class in the Azure Communication Services Android SDK provides various functionalities for managing calls, but it does not natively support call recording.
To record a meeting hosted using Azure Communication Services in Android, you might need to use the Call Recording APIs provided by Azure Communication Services. These APIs allow you to start, stop, and manage recordings programmatically. However, this functionality is not directly integrated into the CallComposite class.
You may use SDK to download the recording file : Azure Communication Services Call Recording refreshed API quickstart - An Azure Communication Services document | Microsoft Learn
Ref:
- Class CallComposite
- It is recommend to update to the new SDK (.NET: NuGet, Java: Maven) for your use case. Here are some additional resources that might be helpful: learn about the new SDK and recording calls.
Kindly provide more details about your ask, if I misunderstand your requirement.