Twilio.Resources.Video.V1.Room.Participant.Anonymize
(twilio_elixir v0.1.1)
Copy Markdown
View Source
Anonymize resource.
SID prefix: PA
Parent: /Rooms/{RoomSid}/Participants/{Sid}
Properties
| Field | Description |
|---|
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| account_sid | The SID of the Account that created the RoomParticipant resource. |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| date_created | The date and time in GMT when the resource was created specified in ISO 8601 format.. Format: date-time |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| date_updated | The date and time in GMT when the resource was last updated specified in ISO 8601 format.. Format: date-time |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| duration | The duration in seconds that the participant was connected. Populated only after the participant is disconnected. |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
end_time | The time when the participant disconnected from the room in ISO 8601 format.. Format: date-time |
identity | The SID of the participant. |
room_sid | The SID of the participant's room. |
sid | The unique string that we created to identify the RoomParticipant resource. |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| start_time | The time of participant connected to the room in ISO 8601 format.. Format: date-time |
credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
status | The status of the Participant. Can be: connected or disconnected.. Values: connected, disconnected |
url | The absolute URL of the resource.. Format: uri |
Summary
Types
@type t() :: %Twilio.Resources.Video.V1.Room.Participant.Anonymize{ account_sid: String.t() | nil, date_created: String.t() | nil, date_updated: String.t() | nil, duration: integer() | nil, end_time: String.t() | nil, identity: String.t() | nil, room_sid: String.t() | nil, sid: String.t() | nil, start_time: String.t() | nil, status: String.t(), url: String.t() | nil }