GET Member Information
This API returns a list of all the members in a conversation. A Member is referred to a participant in the conversation that is uniquely identified as a speaker. Identifying different participants in the meetings can be done by implementing speaker separation.
For more details on identifying members by Speaker Events or Active Talker events in Real-time using Voice SDK.
For more details on identifying members by independent audio stream integration using Websocket.
#
HTTP RequestGET https://api.symbl.ai/v1/conversations/{conversationId}/members
#
Example API call- cURL
- Node.js
- Python
#
Response#
Response ObjectField | Description |
---|---|
id | Member's unique identifier. |
name | Member's name. |
email | Member's email. |