# CallParticipant
## Properties
**name** | Option<**String**> | Display name of the participant | [optional]
**phone_number** | Option<**String**> | Phone number of the participant in E.164 format | [optional]
**role** | [**models::ParticipantRole**](ParticipantRole.md) | |
**spoke_first** | Option<**bool**> | Whether this participant was the first to speak in the call | [optional]
**is_simulated** | Option<**bool**> | Whether this participant is a simulated/synthetic voice for testing | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)