Receive Members 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
- Javascript
#
Response#
Response ObjectField | Description |
---|---|
id | member's unique identifier |
name | member's name |
email | member's email |