Method: PureCloud::Call#disconnect_type
- Defined in:
- lib/purecloud/models/call.rb
#disconnect_type ⇒ Object
System defined string indicating what caused the communication to disconnect. Will be null until the communication disconnects.
54 55 56 |
# File 'lib/purecloud/models/call.rb', line 54 def disconnect_type @disconnect_type end |