Class: TD::Types::GroupCallParticipantVideoInfo
- Defined in:
- lib/tdlib/types/group_call_participant_video_info.rb
Overview
Contains information about a group call participant’s video channel.
Instance Attribute Summary collapse
-
#endpoint_id ⇒ TD::Types::String
Video channel endpoint identifier.
-
#is_paused ⇒ Boolean
True, if the video is paused.
-
#source_groups ⇒ Array<TD::Types::GroupCallVideoSourceGroup>
List of synchronization source groups of the video.
Method Summary
Methods inherited from Base
Instance Attribute Details
#endpoint_id ⇒ TD::Types::String
Video channel endpoint identifier.
9 10 11 |
# File 'lib/tdlib/types/group_call_participant_video_info.rb', line 9 def endpoint_id @endpoint_id end |
#is_paused ⇒ Boolean
True, if the video is paused. This flag needs to be ignored, if new video frames are received.
9 10 11 |
# File 'lib/tdlib/types/group_call_participant_video_info.rb', line 9 def is_paused @is_paused end |
#source_groups ⇒ Array<TD::Types::GroupCallVideoSourceGroup>
List of synchronization source groups of the video.
9 10 11 |
# File 'lib/tdlib/types/group_call_participant_video_info.rb', line 9 def source_groups @source_groups end |