PUT Members Information
Update an existing member in an conversation. This API can be used for updating the unique speakers detected as members from diarization as well.
To diarize/separate speakers in a single audio/video stream refer to the How-To Get Speaker Separated Transcripts - Diarization with Async API
For more details on identifying members by Speaker Events or Active Talker events in Real-time using Voice SDK - here.
For more details on identifying members by independent audio stream integration using Streaming API.
#
HTTP RequestPUT https://api.symbl.ai/v1/conversations/{conversationId}/members/{id}
#
Example API call- cURL
- Node.js
- Python
#
Request BodyField | Required | Type | Supported Values | Default | Description |
---|---|---|---|---|---|
id | Yes | string | The unique identifier of the member for this conversation. This can be retrieved from the members endpoint. | ||
name | Yes | string | The name of the member. | ||
email | No | string | The Email ID of the member. If specified, this can be used to correctly identify and merge the existing user in case the conversation is appended with a new diarized conversation which has one or more same speakers as the conversation its being appended to. |
#
Response#
Response ObjectField | Description |
---|---|
message | A description of the update. This message indicates that the member details have now been updated across the conversation for all the Messages and Action Items, follow-ups and questions. You can also get the updated member from the members endpoint. |