ServiceConferencingResult

The outcome of configuring a service's conferencing across all of its providers, listing which providers were configured and which were skipped.

The outcome of configuring a service's conferencing across all of its providers, listing which providers were configured and which were skipped.

Example

{  "configured": [    {      "provider_id": "prov_d025a96ac0c6"    }  ],  "skipped": [    {      "provider_id": "prov_a1b2c3d4e5f6",      "reason": "no_user_mapping"    }  ]}