Accept call in system

Which is the API for accepting a call in the system and know about the details of dialer like phone no ?

Hi @ST.T

You can do this by adding a participant to a conversation using
POST /api/v2/conversations/calls/{conversationId}/participants

To get phone number of the dialer, use a conversation details query

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.