github.com/twilio/twilio-go@v1.20.1/rest/api/v2010/docs/ApiV2010Conference.md (about) 1 # ApiV2010Conference 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created this Conference resource. | 8 **DateCreated** | Pointer to **string** | The date and time in UTC that this resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | 9 **DateUpdated** | Pointer to **string** | The date and time in UTC that this resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format. | 10 **ApiVersion** | Pointer to **string** | The API version used to create this conference. | 11 **FriendlyName** | Pointer to **string** | A string that you assigned to describe this conference room. Maximum length is 128 characters. | 12 **Region** | Pointer to **string** | A string that represents the Twilio Region where the conference audio was mixed. May be `us1`, `ie1`, `de1`, `sg1`, `br1`, `au1`, and `jp1`. Basic conference audio will always be mixed in `us1`. Global Conference audio will be mixed nearest to the majority of participants. | 13 **Sid** | Pointer to **string** | The unique, Twilio-provided string used to identify this Conference resource. | 14 **Status** | Pointer to [**string**](ConferenceEnumStatus.md) | | 15 **Uri** | Pointer to **string** | The URI of this resource, relative to `https://api.twilio.com`. | 16 **SubresourceUris** | Pointer to **map[string]interface{}** | A list of related resources identified by their URIs relative to `https://api.twilio.com`. | 17 **ReasonConferenceEnded** | Pointer to [**string**](ConferenceEnumReasonConferenceEnded.md) | | 18 **CallSidEndingConference** | Pointer to **string** | The call SID that caused the conference to end. | 19 20 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 21 22