:::info Welcome to the latest version of the RELAY SDK In 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. #### Example The following example answers any call in the office topic, and immediately plays some speech. javascript import { Voice } from @signalwire/realtime-api; const client = new Voice.Client({ project: