Class: TD::Types::GroupCallJoinResponse::Webrtc

Inherits:
TD::Types::GroupCallJoinResponse show all
Defined in:
lib/tdlib/types/group_call_join_response/webrtc.rb

Overview

Contains data needed to join the group call with WebRTC.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#candidatesArray<TD::Types::GroupCallJoinResponseCandidate>

Join response candidates to pass to tgcalls.

Returns:



6
7
8
# File 'lib/tdlib/types/group_call_join_response/webrtc.rb', line 6

def candidates
  @candidates
end

#payloadTD::Types::GroupCallPayload

Group call payload to pass to tgcalls.

Returns:



6
7
8
# File 'lib/tdlib/types/group_call_join_response/webrtc.rb', line 6

def payload
  @payload
end