Method: Twilio::REST::Insights::V1::CallContext::EventInstance#call_sid

Defined in:
lib/twilio-ruby/rest/insights/v1/call/event.rb

#call_sidString

Returns The unique SID identifier of the Call.

Returns:

  • The unique SID identifier of the Call.



290
291
292
# File 'lib/twilio-ruby/rest/insights/v1/call/event.rb', line 290

def call_sid
    @properties['call_sid']
end