---title: Voice---:::info Welcome to the latest version of the RELAY SDKIn May 2022, Voice was incorporated into the latest version of the RELAY Realtime Server SDK. If you have an application that runs on the [previous version of RELAY](https://docs.signalwire.com/reference/relay-sdk-nodejs/v2/#relay-sdk-for-node-js) for Voice calls, consider upgrading to the latest. For some pointers on migrating to this new version, please read our post [Upgrade Your RELAY Game](https://signalwire.com/blogs/developers/upgrade-your-relay-game).:::Access the Voice API. You can instantiate a [Voice.Client](./voice-client.mdx) to make or receive calls. Please see [Events](./voice-client.mdx#events) for the list of events emitted by a [Voice.Client](./voice-client.mdx) object.#### ExampleThe following example answers any call in the office context, and immediately plays some speech.javascriptimport { Voice } from @signalwire/realtime-api;const client = new Voice.Client({ project: