Class: TD::Types::CallServerType::Webrtc
- Inherits:
-
TD::Types::CallServerType
- Object
- Dry::Struct
- Base
- TD::Types::CallServerType
- TD::Types::CallServerType::Webrtc
- Defined in:
- lib/tdlib/types/call_server_type/webrtc.rb
Overview
A WebRTC server.
Instance Attribute Summary collapse
-
#password ⇒ TD::Types::String
Authentication password.
-
#supports_stun ⇒ Boolean
True, if the server supports STUN.
-
#supports_turn ⇒ Boolean
True, if the server supports TURN.
-
#username ⇒ TD::Types::String
Username to be used for authentication.
Method Summary
Methods inherited from Base
Instance Attribute Details
#password ⇒ TD::Types::String
Authentication password.
8 9 10 |
# File 'lib/tdlib/types/call_server_type/webrtc.rb', line 8 def password @password end |
#supports_stun ⇒ Boolean
True, if the server supports STUN.
8 9 10 |
# File 'lib/tdlib/types/call_server_type/webrtc.rb', line 8 def supports_stun @supports_stun end |
#supports_turn ⇒ Boolean
True, if the server supports TURN.
8 9 10 |
# File 'lib/tdlib/types/call_server_type/webrtc.rb', line 8 def supports_turn @supports_turn end |
#username ⇒ TD::Types::String
Username to be used for authentication.
8 9 10 |
# File 'lib/tdlib/types/call_server_type/webrtc.rb', line 8 def username @username end |