I am planning to build a system that answers and disconnects calls using the following API:
PATCH /api/v2/conversations/calls/{conversationId}/participants/{participantId}
According to the Developer Center API Explorer, the "conversations > participant > wrapup" permission is required to use this API.
However, for basic actions such as answering or disconnecting a call, it doesn't seem like this permission should be necessary.
I noticed that this permission is listed as required, but could you clarify in what situations or for which specific operations this permission is actually needed?
------------------------------
Naoki Ono
------------------------------