Answer or join call
Required scope: sessions:manage
The first accept answers a ringing call. exclusive: true claims it: other participants then receive 409 call_claimed for accept and media, and their open connections close. Without a claim, later accepts join the answered call. Retrying with the same participant returns the same result. An exclusive request from another participant on a shared call is refused with 409 call_claimed.
Authorizations
Polymorfa organization key (pmfa_ prefix), project token (pmfa_pt_ prefix) where supported, or short-lived client token (pmfa_ct_ prefix). Organization and project keys may be personal or service-account owned and enforce selected action scopes. Organization keys cover the team and its projects; project tokens stay inside one project. Client tokens stay inside their live project and session and enforce their client rules.
Path Parameters
Identifier for this resource.
Value constraints
1"call-123"
Body
Whether video.
Claim the call. Other participants then receive 409 call_claimed for accept and media, and their open connections close.
Server credentials only: the participant acting in the call. Defaults to default. Client tokens act as their own participant and must omit this field.
Value constraints
^[A-Za-z0-9._:@-]{1,128}$"agent-7"