Class: Aws::Types::ParticipantCapabilities
- Inherits:
-
Object
- Object
- Aws::Types::ParticipantCapabilities
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#screen_share ⇒ "SEND"
Returns the value of attribute screen_share.
-
#video ⇒ "SEND"
Returns the value of attribute video.
Instance Attribute Details
#screen_share ⇒ "SEND"
Returns the value of attribute screen_share.
5967 5968 5969 |
# File 'sig/types.rbs', line 5967 def screen_share @screen_share end |
#video ⇒ "SEND"
Returns the value of attribute video.
5966 5967 5968 |
# File 'sig/types.rbs', line 5966 def video @video end |