Class: TD::Types::GroupCallVideoSourceGroup
- Defined in:
- lib/tdlib/types/group_call_video_source_group.rb
Overview
Describes a group of video synchronization source identifiers.
Instance Attribute Summary collapse
-
#semantics ⇒ TD::Types::String
The semantics of sources, one of “SIM” or “FID”.
-
#source_ids ⇒ Array<Integer>
The list of synchronization source identifiers.
Method Summary
Methods inherited from Base
Instance Attribute Details
#semantics ⇒ TD::Types::String
The semantics of sources, one of “SIM” or “FID”.
6 7 8 |
# File 'lib/tdlib/types/group_call_video_source_group.rb', line 6 def semantics @semantics end |
#source_ids ⇒ Array<Integer>
The list of synchronization source identifiers.
6 7 8 |
# File 'lib/tdlib/types/group_call_video_source_group.rb', line 6 def source_ids @source_ids end |