Sha256: f2e96797e915d4fb87524380da56ebf4f12ee3eb66299755e4452d58d72c73a6

Contents?: true

Size: 199 Bytes

Versions: 5

Compression:

Stored size: 199 Bytes

Contents

# frozen_string_literal: true

module Telnyx
  class RoomRecording < APIResource
    include APIOperations::Delete
    extend APIOperations::List

    OBJECT_NAME = "room_recording".freeze
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
telnyx-3.0.5 lib/telnyx/room_recording.rb
telnyx-3.0.4 lib/telnyx/room_recording.rb
telnyx-3.0.3 lib/telnyx/room_recording.rb
telnyx-3.0.2 lib/telnyx/room_recording.rb
telnyx-3.0.0 lib/telnyx/room_recording.rb