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

Deprecated.

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



21
22
23
24
# File 'lib/vonage/meetings/dial_in_numbers.rb', line 21

def list
  logger.info('This method is deprecated and will be removed in a future release.')
  request("/v1/meetings/dial-in-numbers", response_class: ListResponse)
end