🎙️Recorder

Represents a recorder instance

Methods

start()

Starts the recording

resume()

Resumes the recording, with the same options provided in start

stop()

Stops recording audio in the voice channel, now you can wait for Vulkava#recordFinished event and then download/delete the file with Node#getRecord / Node#deleteRecord

Last updated