Class: TD::Types::GroupCallParticipantVideoInfo

Inherits:
Base
  • Object
show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#endpoint_idTD::Types::String

Video channel endpoint identifier.

Returns:

  • (TD::Types::String)

    the current value of endpoint_id



9
10
11
# File 'lib/tdlib/types/group_call_participant_video_info.rb', line 9

def endpoint_id
  @endpoint_id
end

#is_pausedBoolean

True, if the video is paused. This flag needs to be ignored, if new video frames are received.

Returns:

  • (Boolean)

    the current value of is_paused



9
10
11
# File 'lib/tdlib/types/group_call_participant_video_info.rb', line 9

def is_paused
  @is_paused
end

#source_groupsArray<TD::Types::GroupCallVideoSourceGroup>

List of synchronization source groups of the video.

Returns:



9
10
11
# File 'lib/tdlib/types/group_call_participant_video_info.rb', line 9

def source_groups
  @source_groups
end