Skip to content

v1.0.0-beta.15

Choose a tag to compare

@bedrock-voice-chat-sr bedrock-voice-chat-sr released this 23 Jun 18:13
· 40 commits to beta since this release

Full Changelog: v1.0.0-beta.12...v1.0.0-beta.15

Bedrock Voice Chat

Servers & Client Apps



Have questions?


The long awaited Aternos Update

See Previous Release: https://github.com/Alaydriem/bedrock-voice-chat/releases/tag/v1.0.0-beta.13

Docker Installation

Continue to use Docker for releases

docker pull ghcr.io/alaydriem/bedrock-voice-chat/server:1.0.0-beta.15

What's Changed

  • Proxy + Realms Support (ff-gated)
  • Progressive Rollout of Realms Support to Patreons + Youtube Members
  • Full Test Suite
  • Improved Login Page
  • Improved UI + UX for Notifications + Audio Settings during Onboarding
  • Server log suppression for a variety of notification style warnings
  • New Multi-Server Select Screen

Multi Server Select

Bedrock Voice Chat now supports connecting to multiple backend servers. If you're a part of multiple communities you can now connect to them from this screen once presented

Screenshot 2026-04-28 214522

Proxy Connect (beta)

Download the no-net mcaddons here

The much requested "Aternos" support update is here. Bedrock Voice Chat now ships with an alternative mod that can be installed on your Aternos server that doesn't required @minecraft/server-net to be enabled. This is achieved through a reverse-proxy that BVC can run on iOS, Android, Windows, and MacOS so that you can connect to Bedrock Voice Chat, as a Minecraft server, and hear in-game proximity audio from other players and from Jukeboxes

Documentation for how to use and how to connect to an Aternos Server and other servers that lack @minecraft/server-net is documented on the Wiki: https://github.com/Alaydriem/bedrock-voice-chat/wiki/Aternos-Support.

Please read the documentation carefully

Server Listing

585173626-f5fc6da2-ac67-4762-9442-73a2c6641bb1

Server Adding

Screenshot 2026-04-28 214538

Realms Connect (beta)

Realms Support is also enabled, and is currently available to Patreons and Youtube Members only.

Realms Support

Screenshot 2026-04-28 214553

Full Test Suite

One of the biggest challenges with maintaining a codebase so large and as detailed as Bedrock Voice Chat is validating that it works. BVC now ships with a full comprehensive test suite to enable developers to validate end-to-end changes work as expected.

Experimental Relay

Bedrock Voice Chat now supports peering to another Bedrock Voice Chat server over both proxy and realms, allowing players on different servers but connected to the same Realm or Proxied server to chat with each other while in the game, enabling support for larger realms or proxies with many players, and additional redundancy for servers that may not scale well.

This integration will happen automatically assuming both BVC servers are publicly accessible, and operates only when using Proxy Connect or Realms Connect

Server Operators can turn of Realms + Proxy support for their server using the new configuration values

New Integration Endpoint

The peer-link endpoint (https://www.bedrockvoicechat.com/api/1.0.0-beta.15/#tag/relay/POST/api/relay/peer-link) enables server operators to grant access to another third-party resource to read and send voice data to and from BVC through BVC's QUIC API Channel.

This is a supporting feature, subject to change, that would enable a BVC <-> SVC like mod to be created.