diff --git a/src/packages/SpeakLiveClient.ts b/src/packages/SpeakLiveClient.ts index 47b3b2f..e21e601 100644 --- a/src/packages/SpeakLiveClient.ts +++ b/src/packages/SpeakLiveClient.ts @@ -111,12 +111,12 @@ export class SpeakLiveClient extends AbstractLiveClient { } /** - * Requests the server reset the current buffer. + * Requests the server clear the current buffer. */ - public reset(): void { + public clear(): void { this.send( JSON.stringify({ - type: "Reset", + type: "Clear", }) ); }