{
"billed_amount": null,
"billed_duration": null,
"creation_time": "2020-12-24 09:20:03+00:00",
"duration": null,
"end_time": null,
"friendly_name": "test_mpc",
"mpc_uuid": "8742d531-292a-46aa-8754-836be1092885",
"participants": "/v1/Account/MAOTE1OWE0MDK0MTLHYW/MultiPartyCall/name_test_mpc/Participant/",
"recording": "not-recording",
"resource_uri": "/v1/Account/MAOTE1OWE0MDK0MTLHYW/MultiPartyCall/name_test_mpc/",
"start_time": "2020-12-24 09:20:03+00:00",
"status": "Active",
"stay_alone": false,
"sub_account": null,
"termination_cause": null,
"termination_cause_code": null
}

Arguments

ParameterTypeRequiredDescription
UUIDstringNoUUID of this MPC object.
Account IdstringNoAccount/subaccount associated with the MPC.
Subaccount IdstringNoSubaccount associated with the MPC.
Creation TimetimestampNoDate and time at which the MPC was created. Format: `YYYY-MM-DD HH:mm:ss+|-hh:mm`.
Start TimetimestampNoTimestamp of when this MPC was started. Format: `YYYY-MM-DD HH:mm:ss+|-hh:mm`.
End TimetimestampNoTimestamp of when this MPC ended. This is null if the MPC has not ended.
Friendly NamestringNoUser-given name for this MPC. Must be unique per account across all live MPCs.
StatusstringNoCurrent status of the MPC:
- Initialized – MPC initialized
- Active – Participants have joined
- Ended – MPC has ended
Max ParticipantsstringNoMaximum number of participants allowed in the MPC at any time.
Max DurationstringNoMaximum duration (in seconds) the MPC can run from initiation.
Stay AlonebooleanNoWhether any participant can remain alone in the MPC.
DurationstringNoTotal duration of the MPC. null if the MPC has not ended.
Wait Music URLstringNoMusic URL played for waiting participants if the MPC has not started.
Wait Music MethodstringNoHTTP verb (e.g., GET or POST) used to invoke the wait_music_url.
Agent Hold Music URLstringNoHold music URL for participants with role Agent when on hold.
Agent Hold Music MethodstringNoHTTP verb used to invoke agent_hold_music_url.
Customer Hold Music URLstringNoHold music URL for participants with role Customer when on hold.
Customer Hold Music MethodstringNoHTTP verb used to invoke customer_hold_music_url.
Duration (duplicate)stringNoTotal duration in seconds of the MPC from start to end. This value is null if the MPC has not ended. (Duplicate field)
Billed DurationstringNoDuration in seconds for which all participants were billed. null if the MPC has not ended.
Billed AmountstringNoAmount billed for this MPC (all participants) in USD. null if not ended.
Termination CausestringNoReason for the MPC termination. See Plivo Hangup Causes for details.
Termination Cause CodestringNoUnique code for the termination cause. See Plivo Hangup Causes for a full list.
ParticipantsstringNoURL pointing to the list of participants in this MPC.
{
"billed_amount": null,
"billed_duration": null,
"creation_time": "2020-12-24 09:20:03+00:00",
"duration": null,
"end_time": null,
"friendly_name": "test_mpc",
"mpc_uuid": "8742d531-292a-46aa-8754-836be1092885",
"participants": "/v1/Account/MAOTE1OWE0MDK0MTLHYW/MultiPartyCall/name_test_mpc/Participant/",
"recording": "not-recording",
"resource_uri": "/v1/Account/MAOTE1OWE0MDK0MTLHYW/MultiPartyCall/name_test_mpc/",
"start_time": "2020-12-24 09:20:03+00:00",
"status": "Active",
"stay_alone": false,
"sub_account": null,
"termination_cause": null,
"termination_cause_code": null
}