class

Twilio::ConferenceParticipant

Inherits OpenApi::Json / OpenApi::Validatable / JSON::Serializable::Unmapped / JSON::Serializable / Reference / Object

Constants

MAX_LENGTH_FOR_ACCOUNT_SID = 34
MAX_LENGTH_FOR_CALL_SID = 34
MAX_LENGTH_FOR_CALL_SID_TO_COACH = 34
MAX_LENGTH_FOR_CONFERENCE_SID = 34
MIN_LENGTH_FOR_ACCOUNT_SID = 34
MIN_LENGTH_FOR_CALL_SID = 34
MIN_LENGTH_FOR_CALL_SID_TO_COACH = 34
MIN_LENGTH_FOR_CONFERENCE_SID = 34
PATTERN_FOR_ACCOUNT_SID = /^AC[0-9a-fA-F]{32}$/
PATTERN_FOR_CALL_SID = /^CA[0-9a-fA-F]{32}$/
PATTERN_FOR_CALL_SID_TO_COACH = /^CA[0-9a-fA-F]{32}$/
PATTERN_FOR_CONFERENCE_SID = /^CF[0-9a-fA-F]{32}$/

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, account_sid : String | Nil = nil, call_sid : String | Nil = nil, call_sid_to_coach : String | Nil = nil, coaching : Bool | Nil = nil, conference_sid : String | Nil = nil, date_created : Time | Nil = nil, date_updated : Time | Nil = nil, end_conference_on_exit : Bool | Nil = nil, hold : Bool | Nil = nil, label : String | Nil = nil, muted : Bool | Nil = nil, start_conference_on_enter : Bool | Nil = nil, status : Twilio::ParticipantEnumStatus | Nil = nil, uri : String | Nil = nil)

Initializes the object @param [Hash] attributes Model attributes in the form of hash

Source

Instance methods

==(other : self)

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code

account_sid

The SID of the Account that created the resource

Source
account_sid=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] account_sid Object to be assigned

Source
account_sid_present=(account_sid_present : Bool)
Source
account_sid_present?
Source
call_sid

The SID of the Call the resource is associated with

Source
call_sid=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] call_sid Object to be assigned

Source
call_sid_present=(call_sid_present : Bool)
Source
call_sid_present?
Source
call_sid_to_coach

The SID of the participant who is being coached

Source
call_sid_to_coach=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] call_sid_to_coach Object to be assigned

Source
call_sid_to_coach_present=(call_sid_to_coach_present : Bool)
Source
call_sid_to_coach_present?
Source
coaching

Indicates if the participant changed to coach

Source
coaching=(new_value : Bool | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] coaching Object to be assigned

Source
coaching_present=(coaching_present : Bool)
Source
coaching_present?
Source
conference_sid

The SID of the conference the participant is in

Source
conference_sid=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] conference_sid Object to be assigned

Source
conference_sid_present=(conference_sid_present : Bool)
Source
conference_sid_present?
Source
date_created

The RFC 2822 date and time in GMT that the resource was created

Source
date_created=(new_value : Time | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] date_created Object to be assigned

Source
date_created_present=(date_created_present : Bool)
Source
date_created_present?
Source
date_updated

The RFC 2822 date and time in GMT that the resource was last updated

Source
date_updated=(new_value : Time | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] date_updated Object to be assigned

Source
date_updated_present=(date_updated_present : Bool)
Source
date_updated_present?
Source
end_conference_on_exit

Whether the conference ends when the participant leaves

Source
end_conference_on_exit=(new_value : Bool | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] end_conference_on_exit Object to be assigned

Source
end_conference_on_exit_present=(end_conference_on_exit_present : Bool)
Source
end_conference_on_exit_present?
Source
hash(hasher)

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code

hold

Whether the participant is on hold

Source
hold=(new_value : Bool | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] hold Object to be assigned

Source
hold_present=(hold_present : Bool)
Source
hold_present?
Source
label

The label of this participant

Source
label=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] label Object to be assigned

Source
label_present=(label_present : Bool)
Source
label_present?
Source
list_invalid_properties

Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons

Source
muted

Whether the participant is muted

Source
muted=(new_value : Bool | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] muted Object to be assigned

Source
muted_present=(muted_present : Bool)
Source
muted_present?
Source
start_conference_on_enter

Whether the conference starts when the participant joins the conference

Source
start_conference_on_enter=(new_value : Bool | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] start_conference_on_enter Object to be assigned

Source
start_conference_on_enter_present=(start_conference_on_enter_present : Bool)
Source
start_conference_on_enter_present?
Source
status
Source
status=(new_value : Twilio::ParticipantEnumStatus | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] status Object to be assigned

Source
uri

The URI of the resource, relative to https://api.twilio.com

Source
uri=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] uri Object to be assigned

Source
uri_present=(uri_present : Bool)
Source
uri_present?
Source
valid?

Check to see if the all the properties in the model are valid @return true if the model is valid

Source