Class: SignalWire::REST::Namespaces::VideoConferenceTokens

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

Overview

Video conference token management.

Instance Method Summary collapse

Methods inherited from BaseResource

#initialize

Constructor Details

This class inherits a constructor from SignalWire::REST::BaseResource

Instance Method Details

#get(token_id) ⇒ Object



87
88
89
# File 'lib/signalwire/rest/namespaces/video.rb', line 87

def get(token_id)
  @http.get(_path(token_id))
end

#reset(token_id) ⇒ Object



91
92
93
# File 'lib/signalwire/rest/namespaces/video.rb', line 91

def reset(token_id)
  @http.post(_path(token_id, 'reset'))
end