Method: PureCloud::MediaParticipantRequest#state
- Defined in:
- lib/purecloud/models/media_participant_request.rb
#state ⇒ Object
The state to update to set for this participant’s communications. Possible values are: ‘connected’ and ‘disconnected’.
25 26 27 |
# File 'lib/purecloud/models/media_participant_request.rb', line 25 def state @state end |