Sha256: deb3dcf0f80d28969e1fd1f8f3245e3fb6c7e65524ea227436498c8e7c8d7bb8
Contents?: true
Size: 500 Bytes
Versions: 3
Compression:
Stored size: 500 Bytes
Contents
module TD::Types # Contains data needed to join the group call with WebRTC. # # @attr payload [TD::Types::GroupCallPayload] Group call payload to pass to tgcalls. # @attr candidates [Array<TD::Types::GroupCallJoinResponseCandidate>] Join response candidates to pass to tgcalls. class GroupCallJoinResponse::Webrtc < GroupCallJoinResponse attribute :payload, TD::Types::GroupCallPayload attribute :candidates, TD::Types::Array.of(TD::Types::GroupCallJoinResponseCandidate) end end
Version data entries
3 entries across 3 versions & 1 rubygems