Notify Call Accepted
POST/api/webphone/calls/:call_id/notify-accepted
Notify that a call was accepted by a user (for multi-user sync).
This is called when frontend uses cached tokens and doesn't call /answer endpoint. Broadcasts to all users in tenant so they know call was accepted.
Args: call_id: Call ID that was accepted web_context: Authenticated user context phone_call_service: Phone call service
Returns: Status message
Request
Responses
- 200
- 404
- 422
Successful Response
Not found
Validation Error