Class: SignalWire::REST::Namespaces::VideoRoomTokens

Inherits:
BaseResource
  • Object
show all
Defined in:
lib/signalwire/rest/namespaces/video.rb

Overview

Video room token generation.

Instance Method Summary collapse

Methods inherited from BaseResource

#initialize

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