Class: SignalWire::REST::Namespaces::VideoRoomTokens
- Inherits:
-
BaseResource
- Object
- BaseResource
- SignalWire::REST::Namespaces::VideoRoomTokens
- Defined in:
- lib/signalwire/rest/namespaces/video.rb
Overview
Video room token generation.
Instance Method Summary collapse
Methods inherited from BaseResource
Constructor Details
This class inherits a constructor from SignalWire::REST::BaseResource
Instance Method Details
#create(**kwargs) ⇒ Object
21 22 23 |
# File 'lib/signalwire/rest/namespaces/video.rb', line 21 def create(**kwargs) @http.post(@base_path, kwargs) end |