- Newest
- Most votes
- Most comments
Hello,
I understand you are looking to implement silent monitoring or barge-in functionality in your custom solution using Streams API. To achieve this use case, you can use contact.silentMonitor() that updates the monitor participant state to silent monitoring mode. Additionally, for barge-in functionality, you can use contact.bargeIn() that updates the monitor participant state to barge mode.
I hope the above information clarifies your question.
Thank you.
answered 2 years ago
Since you are calling the GetCurrentMetricData, you will need to initiate this through MonitorContact to do either monitor or barge. https://docs.aws.amazon.com/connect/latest/APIReference/API_MonitorContact.html Then you can use the stream API mentioned to manage and session
answered 2 years ago
Relevant content
asked 3 years ago
asked 3 years ago
- AWS OFFICIALUpdated a month ago

hello Ayub, thanks for comment. These methods are only execute when we call them with contact object but in custom solution we dont have the contact object of another's agent active contact we only can grab the contat details from GetCurrentMetricData API. in response we get contactId can we make a contact oject from contactId or anyother comment will be helpful