Class: TD::Types::GroupCallJoinResponse::Webrtc
- Inherits:
-
TD::Types::GroupCallJoinResponse
- Object
- Dry::Struct
- Base
- TD::Types::GroupCallJoinResponse
- TD::Types::GroupCallJoinResponse::Webrtc
- 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
-
#candidates ⇒ Array<TD::Types::GroupCallJoinResponseCandidate>
Join response candidates to pass to tgcalls.
-
#payload ⇒ TD::Types::GroupCallPayload
Group call payload to pass to tgcalls.
Method Summary
Methods inherited from Base
Instance Attribute Details
#candidates ⇒ Array<TD::Types::GroupCallJoinResponseCandidate>
Join response candidates to pass to tgcalls.
6 7 8 |
# File 'lib/tdlib/types/group_call_join_response/webrtc.rb', line 6 def candidates @candidates end |
#payload ⇒ TD::Types::GroupCallPayload
Group call payload to pass to tgcalls.
6 7 8 |
# File 'lib/tdlib/types/group_call_join_response/webrtc.rb', line 6 def payload @payload end |