Class: Vonage::Meetings::DialInNumbers

Inherits:
Namespace
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/vonage/meetings/dial_in_numbers.rb

Defined Under Namespace

Classes: ListResponse

Instance Method Summary collapse

Instance Method Details

#listListResponse

Get numbers that can be used to dial into a meeting.



19
20
21
# File 'lib/vonage/meetings/dial_in_numbers.rb', line 19

def list
  request("/v1/meetings/dial-in-numbers", response_class: ListResponse)
end