Class RoomRecordingDeleter

    • Constructor Detail

      • RoomRecordingDeleter

        public RoomRecordingDeleter​(String pathRoomSid,
                                    String pathSid)
        Construct a new RoomRecordingDeleter.
        Parameters:
        pathRoomSid - The room_sid
        pathSid - The sid
    • Method Detail

      • delete

        public boolean delete​(TwilioRestClient client)
        Make the request to the Twilio API to perform the delete.
        Specified by:
        delete in class Deleter<RoomRecording>
        Parameters:
        client - TwilioRestClient with which to make the request
        Returns:
        true if the object was deleted