{"_id":"com.unity.services.vivox","name":"com.unity.services.vivox","description":"Unity's voice and text chat service for multiplayer communication offers voice chat and direct message text service with a managed hosted solution. Plug into your game and configure your project settings to add communications to your project immediately. Connect an unlimited number of users in 2D and 3D channels. Monitor concurrency on your dashboard. Add a custom UI to allow players to control voice volume, mute, and add audio effects to voice channels and manage them. Place users in team chat and allow them to participate in multiple channels.","provider":"upm","versions":{"16.10.0":{"_upm":{"changelog":"### Added\n- Added `VivoxParticipant.IsInAudio` and `VivoxParticipant.IsInText` properties to check whether a participant is connected to channel audio or text.\n- Added `VivoxParticipant.ParticipantAudioStateChanged` and `VivoxParticipant.ParticipantTextStateChanged` events that fire when a participant's audio or text connection state changes.\n- `VivoxApiException` is now a public class, allowing developers to catch and inspect Vivox-specific exceptions including the `StatusCode` and `RequestId` properties.\n- Added `VivoxObserver`, a convenience class for subscribing to `IVivoxService` events without managing service initialization state. `VivoxObserver` can be constructed before `UnityServices.InitializeAsync()` completes and will automatically connect to the service once it is ready.\n- Added `VivoxObserverType` flags enum to scope a `VivoxObserver` to only the event categories your system needs (`Login`, `Channel`, `ChannelMessages`, `DirectMessages`, `AudioDevices`, or `All`).\n\n### Changed\n- Updated minimum supported Editor version to 2022.3.","gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"}},"unity":"2022.3","samples":[{"path":"Samples~/ChatChannelSample","description":"This sample showcases voice chat, text chat, text-to-speech, muting, and chat history features for immersive, interactive user engagement.","displayName":"Chat Channel Sample"},{"path":"Samples~/TextSample","description":"This text-focused sample showcases a robust chat experience that demonstrates sending, editing, and deleting DM or channel messages along with retrieving past conversations and their message history.","displayName":"Text Chat Sample"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.services.vivox@16.10/manual/index.html","name":"com.unity.services.vivox","version":"16.10.0","displayName":"Vivox","description":"Unity's voice and text chat service for multiplayer communication offers voice chat and direct message text service with a managed hosted solution. Plug into your game and configure your project settings to add communications to your project immediately. Connect an unlimited number of users in 2D and 3D channels. Monitor concurrency on your dashboard. Add a custom UI to allow players to control voice volume, mute, and add audio effects to voice channels and manage them. Place users in team chat and allow them to participate in multiple channels.","dependencies":{"com.unity.modules.audio":"1.0.0","com.unity.services.core":"1.15.1","com.unity.settings-manager":"1.0.3","com.unity.nuget.newtonsoft-json":"3.0.2"},"dist":{"shasum":"d706006248efa80ade544acd8b7547a92bbb3879","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-16.10.0.tgz"}},"16.9.0":{"_upm":{"changelog":"### Added\n- Added `IVivoxService.Initialized` event to listen for when the SDK has been successfully initialized.\n- Added `IVivoxService.InitializationFailed` event to listen for when the SDK failed to initialize.\n- Added `IVivoxService.InitializationState` property and `VivoxInitializationState` enum to check the SDKs initialization state.\n\n### Fixed\n- Fixed an issue where the Vivox Unity Android SDK was unintentionally adding the `android.permission.READ_PHONE_STATE` permission to an XR application's manifest.","gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"}},"unity":"2021.3","samples":[{"path":"Samples~/ChatChannelSample","description":"This sample showcases voice chat, text chat, text-to-speech, muting, and chat history features for immersive, interactive user engagement.","displayName":"Chat Channel Sample"},{"path":"Samples~/TextSample","description":"This text-focused sample showcases a robust chat experience that demonstrates sending, editing, and deleting DM or channel messages along with retrieving past conversations and their message history.","displayName":"Text Chat Sample"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.services.vivox@16.9/manual/index.html","name":"com.unity.services.vivox","version":"16.9.0","displayName":"Vivox","description":"Unity's voice and text chat service for multiplayer communication offers voice chat and direct message text service with a managed hosted solution. Plug into your game and configure your project settings to add communications to your project immediately. Connect an unlimited number of users in 2D and 3D channels. Monitor concurrency on your dashboard. Add a custom UI to allow players to control voice volume, mute, and add audio effects to voice channels and manage them. Place users in team chat and allow them to participate in multiple channels.","dependencies":{"com.unity.modules.audio":"1.0.0","com.unity.services.core":"1.14.0","com.unity.settings-manager":"1.0.3","com.unity.nuget.newtonsoft-json":"3.0.2"},"dist":{"shasum":"50e29f26efd1639ac37894abfddc13179e813825","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-16.9.0.tgz"}},"16.8.0":{"_upm":{"changelog":"### Added\n- Added `ChannelOptions.IsLargeText` to allow a channel to be configured as a large text channel. With this feature enabled, text channels can support up to 2000 users.\n\n### Fixed\n- Fixed an issue that was restricting the usage of dots in channel names and player IDs.\n- Fixed an issue that would cause a `NullReferenceException` when trying to use mute, volume, or device-related APIs while not signed in to the Vivox service.","gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"}},"unity":"2021.3","samples":[{"path":"Samples~/ChatChannelSample","description":"This sample showcases voice chat, text chat, text-to-speech, muting, and chat history features for immersive, interactive user engagement.","displayName":"Chat Channel Sample"},{"path":"Samples~/TextSample","description":"This text-focused sample showcases a robust chat experience that demonstrates sending, editing, and deleting DM or channel messages along with retrieving past conversations and their message history.","displayName":"Text Chat Sample"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.services.vivox@16.8/manual/index.html","name":"com.unity.services.vivox","version":"16.8.0","displayName":"Vivox","description":"Unity's voice and text chat service for multiplayer communication offers voice chat and direct message text service with a managed hosted solution. Plug into your game and configure your project settings to add communications to your project immediately. Connect an unlimited number of users in 2D and 3D channels. Monitor concurrency on your dashboard. Add a custom UI to allow players to control voice volume, mute, and add audio effects to voice channels and manage them. Place users in team chat and allow them to participate in multiple channels.","dependencies":{"com.unity.modules.audio":"1.0.0","com.unity.services.core":"1.14.0","com.unity.settings-manager":"1.0.3","com.unity.nuget.newtonsoft-json":"3.0.2"},"dist":{"shasum":"8d492b6dcbe575b0db5a2d4fe833f791270b5b86","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-16.8.0.tgz"}},"16.7.0":{"_upm":{"changelog":"### Fixed\n- Fixed memory leak caused by unbound event handlers preventing `VivoxParticipant` objects from being cleaned up when the local user left channels with remaining participants.\n\n### Added\n- `VivoxMessage.Metadata` property for accessing channel or directed message metadata.\n- `MessageOptions.Metadata` property for attaching metadata to outgoing messages.\n- Added automatic SDK initialization and user sign-in when SDK actions are attempted without prior setup.\n- Added support for multiple concurrent Vivox SDK instances via `IUnityServices.GetVivoxService()`.\n\n### Removed\n- Removed Mint service integration and deprecated related public APIs.\n\n### Changed\n- Updated minimum supported Editor version to 2021.3.\n- Updated Services Core SDK dependency version.","gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"}},"unity":"2021.3","samples":[{"path":"Samples~/ChatChannelSample","description":"This sample showcases voice chat, text chat, text-to-speech, muting, and chat history features for immersive, interactive user engagement.","displayName":"Chat Channel Sample"},{"path":"Samples~/TextSample","description":"This text-focused sample showcases a robust chat experience that demonstrates sending, editing, and deleting DM or channel messages along with retrieving past conversations and their message history.","displayName":"Text Chat Sample"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.services.vivox@16.7/manual/index.html","name":"com.unity.services.vivox","version":"16.7.0","displayName":"Vivox","description":"Unity's voice and text chat service for multiplayer communication offers voice chat and direct message text service with a managed hosted solution. Plug into your game and configure your project settings to add communications to your project immediately. Connect an unlimited number of users in 2D and 3D channels. Monitor concurrency on your dashboard. Add a custom UI to allow players to control voice volume, mute, and add audio effects to voice channels and manage them. Place users in team chat and allow them to participate in multiple channels.","dependencies":{"com.unity.modules.audio":"1.0.0","com.unity.services.core":"1.14.0","com.unity.settings-manager":"1.0.3","com.unity.nuget.newtonsoft-json":"3.0.2"},"dist":{"shasum":"563fb2c43dc5ef3aba89b7f55c945a06a2c1ba10","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-16.7.0.tgz"}},"15.1.260000-pre.1":{"_upm":{"changelog":"### Fixed\n- Fixed a bug where allocated memory that was supposed to be aligned was not actually aligned\n\n### Added\n- Android: Recompiled the native Android library `libVivoxNative.so` to support [16 KB page sizes](https://developer.android.com/guide/practices/page-sizes) on devices running Android 15 or later.\n\n### Changed\n- Android: Unity SDK AAR library size has been decreased from 102 MB to 31 MB. This will in turn decrease game APK sizes.\n- PS4 and PS5: Converted Unity SDK to use the new PS4 & PS5 PRX dynamic libraries.","gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"}},"unity":"2019.4","samples":[{"path":"Samples~/ChatChannelSample","description":"Try the chat service now, with a voice and text channel example. Login, Voice, Text, Text to Speech and mute example scripts are included.","displayName":"Chat Channel Sample"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.services.vivox@15.1/manual/index.html","name":"com.unity.services.vivox","version":"15.1.260000-pre.1","displayName":"Vivox","description":"Unity's voice and text chat service, for multiplayer communication, offers a voice chat and direct message text service with a managed hosted solution. Plug in to your game and configure your project settings to immediately add communications to your project. Connect an unlimited number of users in 2D and 3D channels.  Monitor concurrency on your dashboard. Add a custom UI to allow player to control voice volume, mute, and manage channels. Place users in team chat; allow them to participate in multiple channels.","dependencies":{"com.unity.services.core":"1.12.5","com.unity.settings-manager":"2.0.0","com.unity.nuget.newtonsoft-json":"3.0.2"},"dist":{"shasum":"68df0fb9c56cb6d5c2d8797abfe9c5e9a48a192b","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-15.1.260000-pre.1.tgz"}},"16.6.2":{"_upm":{"changelog":"### Added\n- Android: Recompiled the native Android library `libVivoxNative.so` to support [16 KB page sizes](https://developer.android.com/guide/practices/page-sizes) on devices running Android 15 or later.\n\n### Changed\n- Android: Unity SDK AAR library size has been decreased from 102 MB to 31 MB. This will in turn decrease game APK sizes.","gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"}},"unity":"2020.3","samples":[{"path":"Samples~/ChatChannelSample","description":"This sample showcases voice chat, text chat, text-to-speech, muting, and chat history features for immersive, interactive user engagement.","displayName":"Chat Channel Sample"},{"path":"Samples~/TextSample","description":"This text-focused sample showcases a robust chat experience that demonstrates sending, editing, and deleting DM or channel messages along with retrieving past conversations and their message history.","displayName":"Text Chat Sample"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.services.vivox@16.6/manual/index.html","name":"com.unity.services.vivox","version":"16.6.2","displayName":"Vivox","description":"Unity's voice and text chat service for multiplayer communication offers voice chat and direct message text service with a managed hosted solution. Plug into your game and configure your project settings to add communications to your project immediately. Connect an unlimited number of users in 2D and 3D channels. Monitor concurrency on your dashboard. Add a custom UI to allow players to control voice volume, mute, and add audio effects to voice channels and manage them. Place users in team chat and allow them to participate in multiple channels.","dependencies":{"com.unity.modules.audio":"1.0.0","com.unity.services.core":"1.12.5","com.unity.settings-manager":"1.0.3","com.unity.nuget.newtonsoft-json":"3.0.2"},"dist":{"shasum":"fa8f093435cc6b2ee274a4a0605574d496f012d6","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-16.6.2.tgz"}},"16.6.0":{"_upm":{"changelog":"### Changed\n- The licenses and third party notices have been updated.\n- Vivox Acoustic Echo Cancellation and Automatic Gain Control have had their underlying algorithms replaced.\n    - Acoustic Echo Cancellation on mobile platforms no longer mutes the microphone signal when echo is detected. Instead, echo is removed and speech continues to transmit.\n    - Automatic Gain Control is on by default. The new Automatic Gain Control increases microphone capture loudness on all platforms. Consider adjusting application volume presets if they were changed from the default volumes; perhaps going so far as to reset user volume settings entirely or to adjust them by some formula.\n    - For platforms that already had Acoustic Echo Cancellation and Automatic Gain Control, the new implementation including the addition of Noise Suppression has:\n        - The same or less CPU cost than the previous implementation when using the Release configuration.\n        - A reduction in memory usage of about 11 MB while a voice session is active.\n    - For platforms that are getting Acoustic Echo Cancellation and Automatic Gain Control for the first time:\n        - CPU cost of the Vivox audio thread increases by about 44% when using the Release configuration.\n        - An extra 6 MB of memory will be used while a voice session is active.\n    - Vivox library sizes have increased for all platforms due to the change in audio processing implementations:\n        - Release configuration libraries add between 53 KB and 8 MB more to an application than the previous Vivox release.\n        - Debug configuration libraries can add upwards of 12 MB more to an application than the previous Vivox release.\n- Network optimization: A new default voice codec bitrate was chosen to reduce packet loss and jitter. The new setting was found to be indistinguishable from the previous setting in structured listening tests.\n- `iOS`:\n    - The `VivoxConfigurationOptions.IosVoiceProcessingMode` value now defaults to 1 rather than 2, meaning that the VoiceProcessingIO (VPIO) unit will only be used when the speakerphone is used for render and capture. This change favors the use of the new Acoustic Echo Cancellation underlying algorithms rather than the use of the VPIO unit to avoid the decrease in quality for most audio device configurations that come from using the VPIO unit.\n### Added\n- Noise suppression: Now applied to capture audio by default. To change the settings, see the new `IVivoxGlobalAudioSettings` APIs.\n- Vivox Acoustic Echo Cancellation and Automatic Gain Control are now available on all platforms. Acoustic Echo Cancellation and Automatic Gain Control were previously unavailable on Nintendo Switch™, PlayStation®, Xbox, visionOS, and UWP platforms.\n- New `IVivoxGlobalAudioSettings` interface providing centralized control over Vivox audio processing features accessible through `VivoxService.Instance.VivoxGlobalAudioSettings`:\n  - Noise suppression controls:\n    - `NoiseSuppressionEnabled` to toggle background noise reduction\n  - Echo cancellation settings:\n    - `PlatformAcousticEchoCancellationEnabled` for mobile platform-native Acoustic Echo Cancellation\n    - `VivoxAcousticEchoCancellationEnabled` for SDK-level Acoustic Echo Cancellation\n  - Audio processing features:\n    - `AutomaticGainControlEnabled` for input volume normalization\n    - `DynamicVoiceProcessingSwitchingEnabled` for adaptive processing\n    - `VolumeBasedDuplicationSuppressionEnabled` for multi-channel audio management\n    - `PositionalChannelVolumeProtectionEnabled` for 3D audio distortion prevention\n  - Clipping protection controls:\n    - `AudioClippingProtectorEnabled` to toggle clipping prevention\n    - `AudioClippingProtectorParameters` to fine-tune protection behavior\n### Fixed\n- Fixed a bug where adjusting timeScale could prevent events from firing.\n- Fixed an issue where creating an Android build with `Player Settings > Android settings > Publishing Settings > Minify` enabled would result in runtime errors.\n- Vivox log levels were off-by-one. There may be more Vivox log statements now if the","gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"}},"unity":"2020.3","samples":[{"path":"Samples~/ChatChannelSample","description":"This sample showcases voice chat, text chat, text-to-speech, muting, and chat history features for immersive, interactive user engagement.","displayName":"Chat Channel Sample"},{"path":"Samples~/TextSample","description":"This text-focused sample showcases a robust chat experience that demonstrates sending, editing, and deleting DM or channel messages along with retrieving past conversations and their message history.","displayName":"Text Chat Sample"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.services.vivox@16.6/manual/index.html","name":"com.unity.services.vivox","version":"16.6.0","displayName":"Vivox","description":"Unity's voice and text chat service for multiplayer communication offers voice chat and direct message text service with a managed hosted solution. Plug into your game and configure your project settings to add communications to your project immediately. Connect an unlimited number of users in 2D and 3D channels. Monitor concurrency on your dashboard. Add a custom UI to allow players to control voice volume, mute, and add audio effects to voice channels and manage them. Place users in team chat and allow them to participate in multiple channels.","dependencies":{"com.unity.modules.audio":"1.0.0","com.unity.services.core":"1.12.5","com.unity.settings-manager":"1.0.3","com.unity.nuget.newtonsoft-json":"3.0.2"},"dist":{"shasum":"5d52175dcd8dccfbbbd4fb564b3d961cf05649b2","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-16.6.0.tgz"}},"16.5.4":{"_upm":{"changelog":"### Changed\n- The licenses and third party notices have been updated.\n- Gamecore: Improved handling of hotswapping capture and render devices.\n### Fixed\n- A bug where trying to join multiple channels quickly would lead to an exception.\n- Gamecore: Issues preventing Remote Control functioning with Vivox through Xbox Manager. See documentation for full details.\n- Gamecore: A bug where USB audio devices were not being detected when plugged in.","gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"}},"unity":"2020.3","samples":[{"path":"Samples~/ChatChannelSample","description":"This sample showcases voice chat, text chat, text-to-speech, muting, and chat history features for immersive, interactive user engagement.","displayName":"Chat Channel Sample"},{"path":"Samples~/TextSample","description":"This text-focused sample showcases a robust chat experience that demonstrates sending, editing, and deleting DM or channel messages along with retrieving past conversations and their message history.","displayName":"Text Chat Sample"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.services.vivox@16.5/manual/index.html","name":"com.unity.services.vivox","version":"16.5.4","displayName":"Vivox","description":"Unity's voice and text chat service for multiplayer communication offers voice chat and direct message text service with a managed hosted solution. Plug into your game and configure your project settings to add communications to your project immediately. Connect an unlimited number of users in 2D and 3D channels. Monitor concurrency on your dashboard. Add a custom UI to allow players to control voice volume, mute, and add audio effects to voice channels and manage them. Place users in team chat and allow them to participate in multiple channels.","dependencies":{"com.unity.modules.audio":"1.0.0","com.unity.services.core":"1.12.5","com.unity.settings-manager":"1.0.3","com.unity.nuget.newtonsoft-json":"3.0.2"},"dist":{"shasum":"127f02419852bd8bbd743dca12ab79470730acf0","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-16.5.4.tgz"}},"16.5.3":{"_upm":{"changelog":"### Added\n- WebGL support for Directed Messages\n### Fixed\n- Fixed WebGL Presence now being set when logged in\n- Removed all imports and usage of a deprecated Google Analytics platform. This service was never active and no data had been collected during the time that it was included.\n 599ecedb1 (VOX-1039: Fix for WebGL DM functionality (#464))","gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"}},"unity":"2020.3","samples":[{"path":"Samples~/ChatChannelSample","description":"This sample showcases voice chat, text chat, text-to-speech, muting, and chat history features for immersive, interactive user engagement.","displayName":"Chat Channel Sample"},{"path":"Samples~/TextSample","description":"This text-focused sample showcases a robust chat experience that demonstrates sending, editing, and deleting DM or channel messages along with retrieving past conversations and their message history.","displayName":"Text Chat Sample"}],"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.services.vivox@16.5/manual/index.html","name":"com.unity.services.vivox","version":"16.5.3","displayName":"Vivox","description":"Unity's voice and text chat service for multiplayer communication offers voice chat and direct message text service with a managed hosted solution. Plug into your game and configure your project settings to add communications to your project immediately. Connect an unlimited number of users in 2D and 3D channels. Monitor concurrency on your dashboard. Add a custom UI to allow players to control voice volume, mute, and add audio effects to voice channels and manage them. Place users in team chat and allow them to participate in multiple channels.","dependencies":{"com.unity.modules.audio":"1.0.0","com.unity.services.core":"1.12.5","com.unity.settings-manager":"1.0.3","com.unity.nuget.newtonsoft-json":"3.0.2"},"dist":{"shasum":"3032abaa27f3148a1d660de4bdad8ccbba62c4e7","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-16.5.3.tgz"}},"16.5.2":{"_upm":{"changelog":"- Added an exception for if the Consent API's are called in an invalid state.\n- Switched the Client cleanup functionality from OnApplicationQuit to Application.quitting to be more sure that the application is actually quitting.\n- Fixed a bug that would prevent the SDK from starting up in an editor with domain reload turned off.","gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"},"supportedPlatforms":["Android","iOS","mac","Windows"]},"unity":"2020.3","upmCi":{"footprint":"0c3b51672e8fb02af2f2c2b74a001e814ae877ed"},"samples":[{"path":"Samples~/ChatChannelSample","description":"This sample showcases voice chat, text chat, text-to-speech, muting, and chat history features for immersive, interactive user engagement.","displayName":"Chat Channel Sample"},{"path":"Samples~/TextSample","description":"This text-focused sample showcases a robust chat experience that demonstrates sending, editing, and deleting DM or channel messages along with retrieving past conversations and their message history.","displayName":"Text Chat Sample"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/vivox-unity-sdk.git","type":"git","revision":"ea4e08540a9cfd0c2437492c03eda7c9790df99c"},"relatedPackages":{"com.unity.services.vivox.tests":"16.5.2"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.services.vivox@16.5/manual/index.html","vivox_core_version":"5.25.2","name":"com.unity.services.vivox","version":"16.5.2","displayName":"Vivox","description":"Unity's voice and text chat service for multiplayer communication offers voice chat and direct message text service with a managed hosted solution. Plug into your game and configure your project settings to add communications to your project immediately. Connect an unlimited number of users in 2D and 3D channels. Monitor concurrency on your dashboard. Add a custom UI to allow players to control voice volume, mute, and add audio effects to voice channels and manage them. Place users in team chat and allow them to participate in multiple channels.","dependencies":{"com.unity.modules.audio":"1.0.0","com.unity.services.core":"1.12.5","com.unity.settings-manager":"1.0.3","com.unity.nuget.newtonsoft-json":"3.0.2"},"dist":{"shasum":"ef7cf9f05883b02f52c840c536d5396f96ead9a1","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-16.5.2.tgz"}},"15.1.250000-pre.1":{"_upm":{"changelog":"### Fixed\n- Upgraded underlying Vivox Core SDK to version `5.25.0`.\n- Fixed a bug where allocated memory that was supposed to be aligned was not actually aligned","gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"},"supportedPlatforms":["Android","iOS","mac","Windows"]},"unity":"2019.4","upmCi":{"footprint":"152df630b0c06c8db92a7bd3ef9055ea041449b4"},"samples":[{"path":"Samples~/ChatChannelSample","description":"Try the chat service now, with a voice and text channel example. Login, Voice, Text, Text to Speech and mute example scripts are included.","displayName":"Chat Channel Sample"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/vivox-unity-sdk.git","type":"git","revision":"e0221adb932ec0c427ef82b177e14476d9b03ebc"},"relatedPackages":{"com.unity.services.vivox.tests":"15.1.250000-pre.1"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.services.vivox@15.1/manual/index.html","name":"com.unity.services.vivox","version":"15.1.250000-pre.1","displayName":"Vivox","description":"Unity's voice and text chat service, for multiplayer communication, offers a voice chat and direct message text service with a managed hosted solution. Plug in to your game and configure your project settings to immediately add communications to your project. Connect an unlimited number of users in 2D and 3D channels.  Monitor concurrency on your dashboard. Add a custom UI to allow player to control voice volume, mute, and manage channels. Place users in team chat; allow them to participate in multiple channels.","dependencies":{"com.unity.services.core":"1.12.5","com.unity.settings-manager":"2.0.0","com.unity.nuget.newtonsoft-json":"3.0.2"},"dist":{"shasum":"762ffea6898a763bf6298fab9343f30fb7b9e86d","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-15.1.250000-pre.1.tgz"}},"16.5.0":{"_upm":{"changelog":"### Added\n- WebGL now has limited support for voice and text chat in a single channel.\n- Vivox Safe Voice consent endpoints have been added to the VivoxService, allowing for collection of consent from users for Vivox Safe Voice recordings.\n  \n### Changed\n- Moved the IVivoxTokenProvider validation step from Vivox SDK initialization to the Login operation.\n- Made the error reported by the VivoxParticipantTap a bit clearer when the 'Channel Name' or the 'Participant Name' parameter are unknown or not set.\n### Fixed\n- Resolved an issue where attempting to rejoin a channel was not possible after a JoinChannelAsync operation experienced a TimeoutException.\n- Resolved an issue where `CancellationTokenSource` instances used internally were not being disposed of when no longer needed, occassionally resulting in unexpected behavior.\n- Fixed a bug where allocated memory that was supposed to be aligned was not actually aligned\n- Fixed a bug where the \"Channel Name\" field for Audio Taps would reset to empty when an unexpected value was entered.\n- Improved the overall experience of interacting with the Audio Tap inspector by registering the tap only after all fields are fully edited, instead of on every character entry.\n- Fixed a bug that would prevent the `VivoxParticipant.ParticipantMuteStateChanged` event from firing.","gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"},"supportedPlatforms":["Android","iOS","mac","Windows"]},"type":"asset","unity":"2020.3","upmCi":{"footprint":"31434a65576ad29e950dc555b5f7ca735e16d417"},"samples":[{"path":"Samples~/ChatChannelSample","description":"This sample showcases voice chat, text chat, text-to-speech, muting, and chat history features for immersive, interactive user engagement.","displayName":"Chat Channel Sample"},{"path":"Samples~/TextSample","description":"This text-focused sample showcases a robust chat experience that demonstrates sending, editing, and deleting DM or channel messages along with retrieving past conversations and their message history.","displayName":"Text Chat Sample"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/vivox-unity-sdk.git","type":"git","revision":"267d221c392e44317a9686ebc411c57b88a9346b"},"relatedPackages":{"com.unity.services.vivox.tests":"16.5.0"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.services.vivox@16.5/manual/index.html","vivox_core_version":"5.25.0","name":"com.unity.services.vivox","version":"16.5.0","displayName":"Vivox","description":"Unity's voice and text chat service for multiplayer communication offers voice chat and direct message text service with a managed hosted solution. Plug into your game and configure your project settings to add communications to your project immediately. Connect an unlimited number of users in 2D and 3D channels. Monitor concurrency on your dashboard. Add a custom UI to allow players to control voice volume, mute, and add audio effects to voice channels and manage them. Place users in team chat and allow them to participate in multiple channels.","dependencies":{"com.unity.modules.audio":"1.0.0","com.unity.services.core":"1.12.5","com.unity.settings-manager":"1.0.3","com.unity.nuget.newtonsoft-json":"3.0.2"},"dist":{"shasum":"8a042e49587bb01518a9dbae75446035e195c34a","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-16.5.0.tgz"}},"15.1.240000-pre.1":{"_upm":{"changelog":"### Changed\n- Upgraded underlying Vivox Core SDK to version `5.24.0`.","gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"},"supportedPlatforms":["Android","iOS","mac","Windows"]},"type":"assets","unity":"2019.4","upmCi":{"footprint":"1bb80347a347b93fdc494000c270acc7dac6cd26"},"samples":[{"path":"Samples~/ChatChannelSample","description":"Try the chat service now, with a voice and text channel example. Login, Voice, Text, Text to Speech and mute example scripts are included.","displayName":"Chat Channel Sample"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/vivox-unity-sdk.git","type":"git","revision":"bd1c8263d2e57948e733b1839fb4107117fac638"},"relatedPackages":{"com.unity.services.vivox.tests":"15.1.240000-pre.1"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.services.vivox@15.1/manual/index.html","name":"com.unity.services.vivox","version":"15.1.240000-pre.1","displayName":"Vivox","description":"Unity's voice and text chat service, for multiplayer communication, offers a voice chat and direct message text service with a managed hosted solution. Plug in to your game and configure your project settings to immediately add communications to your project. Connect an unlimited number of users in 2D and 3D channels.  Monitor concurrency on your dashboard. Add a custom UI to allow player to control voice volume, mute, and manage channels. Place users in team chat; allow them to participate in multiple channels.","dependencies":{"com.unity.services.core":"1.12.5","com.unity.settings-manager":"2.0.0","com.unity.nuget.newtonsoft-json":"3.0.2"},"dist":{"shasum":"e71acdcdadb3b9dcce113342edcb39436feea53a","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-15.1.240000-pre.1.tgz"}},"16.4.0":{"_upm":{"changelog":"### Added\n - A new sample, `Text Chat Sample`, to the package: This text-focused sample showcases a robust chat experience that demonstrates sending, editing, and deleting DM or channel messages along with retrieving past conversations and their message history.\n - `VivoxConfigurationOptions.IosVoiceProcessingIOMode` for configuring how the VoiceProcessing IO unit is used in different scenarios. The `IVivoxService.IosVoiceProcessingIOMode` can be used to get the current value and `IVivoxService.SetIosVoiceProcessingIOMode` to set the value at runtime. This configuration is only relevant on iOS.\n\n### Changed\n - Upgrades underlying Vivox SDK Dependency to version 5.24.0\n\n ### Fixed\n - Fixed a bug that would cause the SDK to throw an exception when trying to perform cleanup operations, such as leaving channels, during OnApplicationQuit in the Unity editor.","gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"},"supportedPlatforms":["Android","iOS","mac","Windows"]},"type":"assets","unity":"2020.3","upmCi":{"footprint":"2254743e9d12a69e73b3ffb36c934446ef7c36d3"},"samples":[{"path":"Samples~/ChatChannelSample","description":"This sample showcases voice chat, text chat, text-to-speech, muting, and chat history features for immersive, interactive user engagement.","displayName":"Chat Channel Sample"},{"path":"Samples~/TextSample","description":"This text-focused sample showcases a robust chat experience that demonstrates sending, editing, and deleting DM or channel messages along with retrieving past conversations and their message history.","displayName":"Text Chat Sample"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/vivox-unity-sdk.git","type":"git","revision":"f27f0a165725ebc56786d1a8520c83f111b9a39c"},"relatedPackages":{"com.unity.services.vivox.tests":"16.4.0"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.services.vivox@16.4/manual/index.html","vivox_core_version":"5.24.0","name":"com.unity.services.vivox","version":"16.4.0","displayName":"Vivox","description":"Unity's voice and text chat service for multiplayer communication offers voice chat and direct message text service with a managed hosted solution. Plug into your game and configure your project settings to add communications to your project immediately. Connect an unlimited number of users in 2D and 3D channels. Monitor concurrency on your dashboard. Add a custom UI to allow players to control voice volume, mute, and add audio effects to voice channels and manage them. Place users in team chat and allow them to participate in multiple channels.","dependencies":{"com.unity.modules.audio":"1.0.0","com.unity.services.core":"1.12.5","com.unity.settings-manager":"1.0.3","com.unity.nuget.newtonsoft-json":"3.0.2"},"dist":{"shasum":"26c5ae193e814229b5022ce17fd702f48dca4c85","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-16.4.0.tgz"}},"15.1.230100-pre.1":{"_upm":{"changelog":"### Changed\n - Upgraded `com.unity.services.core` dependency version to `1.12.5`.\n - Upgraded underlying Vivox Core SDK to version `5.23.1`.","gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"},"supportedPlatforms":["Android","iOS","mac","Windows"]},"type":"assets","unity":"2019.4","upmCi":{"footprint":"050a7bf92052c086283df8f963756fb1fe21d98d"},"samples":[{"path":"Samples~/ChatChannelSample","description":"Try the chat service now, with a voice and text channel example. Login, Voice, Text, Text to Speech and mute example scripts are included.","displayName":"Chat Channel Sample"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/vivox-unity-sdk.git","type":"git","revision":"01dee9b8154c36f97892c30b7b71aa133ff6f973"},"relatedPackages":{"com.unity.services.vivox.tests":"15.1.230100-pre.1"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.services.vivox@15.1/manual/index.html","name":"com.unity.services.vivox","version":"15.1.230100-pre.1","displayName":"Vivox","description":"Unity's voice and text chat service, for multiplayer communication, offers a voice chat and direct message text service with a managed hosted solution. Plug in to your game and configure your project settings to immediately add communications to your project. Connect an unlimited number of users in 2D and 3D channels.  Monitor concurrency on your dashboard. Add a custom UI to allow player to control voice volume, mute, and manage channels. Place users in team chat; allow them to participate in multiple channels.","dependencies":{"com.unity.services.core":"1.12.5","com.unity.settings-manager":"2.0.0","com.unity.nuget.newtonsoft-json":"3.0.2"},"dist":{"shasum":"29e28518df0eee11dc82cfbf7f7055d467160404","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-15.1.230100-pre.1.tgz"}},"16.3.0":{"_upm":{"changelog":"### Added\n - `VivoxConfigurationOptions.BluetoothProfile` for configuring the type of Bluetooth profile Vivox should use. This configuration currently affects only mobile devices.\n - `VivoxConfigurationOptions.MobileRecordingConflictAvoidance` property to enable/disable mobile recording conflict avoidance.This configuration currently affects only Android mobile devices.\n - `IVivoxService.EffectiveInputDeviceChanged` event to listen for when the effective input device changes.\n - `IVivoxService.EffectiveOutputDeviceChanged` event to listen for when the effective output device changes.\n - `IVivoxService.EffectiveInputDevice` property to provide information about the current effective input device.\n - `IVivoxService.EffectiveOutputDevice` property to provide information about the current effective output device.\n ### Changed\n - Upgraded `com.unity.services.core` dependency to version `1.12.5`.\n - Upgraded underlying Vivox Core SDK to version `5.23.1`.\n### Fixed\n - Fixed a bug preventing the SDK from properly using UAS with particular Vivox backend environments.","gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"},"supportedPlatforms":["Android","iOS","mac","Windows"]},"type":"assets","unity":"2020.3","upmCi":{"footprint":"af569c1b7eb028b3c585b844fa9cf6b5a410e8fe"},"samples":[{"path":"Samples~/ChatChannelSample","description":"This sample showcases voice chat, text chat, text-to-speech, muting, and chat history features for immersive, interactive user engagement.","displayName":"Chat Channel Sample"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/vivox-unity-sdk.git","type":"git","revision":"1499c915a1a3a47ee4c1b94092244a3738c72803"},"relatedPackages":{"com.unity.services.vivox.tests":"16.3.0"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.services.vivox@16.3/manual/index.html","vivox_core_version":"5.23.1","name":"com.unity.services.vivox","version":"16.3.0","displayName":"Vivox","description":"Unity's voice and text chat service for multiplayer communication offers voice chat and direct message text service with a managed hosted solution. Plug into your game and configure your project settings to add communications to your project immediately. Connect an unlimited number of users in 2D and 3D channels. Monitor concurrency on your dashboard. Add a custom UI to allow players to control voice volume, mute, and add audio effects to voice channels and manage them. Place users in team chat and allow them to participate in multiple channels.","dependencies":{"com.unity.modules.audio":"1.0.0","com.unity.services.core":"1.12.5","com.unity.settings-manager":"1.0.3","com.unity.nuget.newtonsoft-json":"3.0.2"},"dist":{"shasum":"e9bd1b150e049151ad0c6d0452dff34b602a60d2","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-16.3.0.tgz"}},"16.2.0":{"_upm":{"changelog":"### Added\n - Support for Windows ARM64.\n - `VivoxMessage.RecipientPlayerId` property to provide the recipient's player ID to `VivoxMessage` objects returned from a `IVivoxService.GetDirectTextMessageHistoryAsync` query.\n - `VivoxMessage.IsTranscribedMessage` property to easily identify if a message is a speech-to-text transcribed message.\n - `IVivoxService.SpeechToTextEnableTranscription` method that allows you to enable the speech-to-text audio transcription inside a channel.\n - `IVivoxService.SpeechToTextDisableTranscription` method that allows you disable the speech-to-text audio transcription inside a channel.\n - `IVivoxService.IsSpeechToTextEnabled` method that allows you to check if the transcription is enabled or disabled inside a channel.\n - `IVivoxService.StartAudioInjection` method to allow you to start audio injection in a channel. Injected audio is played only into the channels you're transmitting into.\n - `IVivoxService.StopAudioInjection` method to allow you to stop audio injection in a channel.\n - `IVivoxService.IsInjectingAudio` method to allow you to know if audio is being injected.\n - `IVivoxService.SpeechToTextMessageReceived` Bind/Unbind this event handler to a method to get notified when a transcribed message is added.\n - `LoginOptions.SpeechToTextLanguages` A list of languages used as hints for audio transcription. The default is an empty array, which implies \"en\".\n\n### Fixed\n - Fixed an issue with display names not being provided to new `VivoxMessage` objects when a user had supplied a display name while signing into Vivox.\n - Fixed a race condition that could prevent direct message or channel message history queries from being completed.\n - Fixed an issue where supplying a Player ID to the `IVivoxService.GetDirectTextMessageHistoryAsync` query would not correctly filter the results to that Player ID.\n - Fixed an issue where if either the text or audio plane of a channel failed to connect, or was unexpectedly disconnected, an error was not thrown and information about what occured was not provided.\n - Fixed an issue that would arise when leaving and immediately rejoining a channel resulting in an exception being thrown due to not being completely disconnected from the channel yet.\n - Fixed a Unity editor crash when calling Vivox APIs while exiting Play Mode.\n - Fixed a bug where a participant would have a low volume when leaving and rejoining a channel.\n - Fixed a bug where a participant transmitting to both a positional (3D) and a non-positional (2D) could only be heard in the non-positional channel.\n - Fixed a bug with Participant Audio Taps would only get audio in the first channel joined.\n - Fixed a build issue that would break TestFlight certification on iOS builds.\n - Fixed an issue where capture sounds would be robotic on some macOS devices.","gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"},"supportedPlatforms":["Android","iOS","mac","Windows"]},"type":"assets","unity":"2020.3","upmCi":{"footprint":"d22174ecf5d52896857eeae3e77551c87b08e06f"},"samples":[{"path":"Samples~/ChatChannelSample","description":"This sample showcases voice chat, text chat, text-to-speech, muting, and chat history features for immersive, interactive user engagement.","displayName":"Chat Channel Sample"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/vivox-unity-sdk.git","type":"git","revision":"3498d1c7be5dbada4765ede0aab1fa1760174b97"},"relatedPackages":{"com.unity.services.vivox.tests":"16.2.0"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.services.vivox@16.2/manual/index.html","vivox_core_version":"5.23.0","name":"com.unity.services.vivox","version":"16.2.0","displayName":"Vivox","description":"Unity's voice and text chat service for multiplayer communication offers voice chat and direct message text service with a managed hosted solution. Plug into your game and configure your project settings to add communications to your project immediately. Connect an unlimited number of users in 2D and 3D channels. Monitor concurrency on your dashboard. Add a custom UI to allow players to control voice volume, mute, and add audio effects to voice channels and manage them. Place users in team chat and allow them to participate in multiple channels.","dependencies":{"com.unity.modules.audio":"1.0.0","com.unity.services.core":"1.4.0","com.unity.settings-manager":"1.0.3","com.unity.nuget.newtonsoft-json":"3.0.2"},"dist":{"shasum":"6dcb515e70f353cfe3d94223cd32e18d8154208f","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-16.2.0.tgz"}},"15.1.230000-pre.1":{"_upm":{"changelog":"### Changed\n - Upgrades underlying Vivox SDK Dependency to version 5.23.0\n\n### Fixed\n - Fixed a Unity editor crash when calling Vivox APIs while exiting Play Mode.\n - Fixed an issue where if either the text or audio plane of a channel failed to connect, or was unexpectedly disconnected, an error was not thrown and information about what occured was not provided.","gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"},"supportedPlatforms":["Android","iOS","mac","Windows"]},"type":"assets","unity":"2019.4","upmCi":{"footprint":"2f1a7d2adf94b9ab5eec416fe9be8dca94c61b9a"},"samples":[{"path":"Samples~/ChatChannelSample","description":"Try the chat service now, with a voice and text channel example. Login, Voice, Text, Text to Speech and mute example scripts are included.","displayName":"Chat Channel Sample"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/vivox-unity-sdk.git","type":"git","revision":"4610e2a5f97d04e882acac8254f9b3ee875c39e5"},"relatedPackages":{"com.unity.services.vivox.tests":"15.1.230000-pre.1"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.services.vivox@15.1/manual/index.html","name":"com.unity.services.vivox","version":"15.1.230000-pre.1","displayName":"Vivox","description":"Unity's voice and text chat service, for multiplayer communication, offers a voice chat and direct message text service with a managed hosted solution. Plug in to your game and configure your project settings to immediately add communications to your project. Connect an unlimited number of users in 2D and 3D channels.  Monitor concurrency on your dashboard. Add a custom UI to allow player to control voice volume, mute, and manage channels. Place users in team chat; allow them to participate in multiple channels.","dependencies":{"com.unity.services.core":"1.3.1","com.unity.settings-manager":"2.0.0","com.unity.nuget.newtonsoft-json":"3.0.2"},"dist":{"shasum":"8d213fb42d200fc5985511a6a131eb41adcc70f5","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-15.1.230000-pre.1.tgz"}},"16.0.1":{"_upm":{"changelog":"### Added\n - `IVivoxService.GetConversationsAsync` method for querying channel and direct message conversations a user has participated in.\n - `IVivoxService.SetMessageAsReadAsync` method for setting a message as seen/read.\n - `VivoxConversation` class to neatly encompass all of the details of a particular channel or direct message conversation.\n - `ConversationType` enum to help identify the type of conversation that is provided by `IVivoxService.GetConversationsAsync`.\n - `ConversationQueryOptions` class used to provide optional configurations for the `IVivoxService.GetConversationsAsync` query.\n\n### Fixed\n - Fixed an issue where the default token expiration provided to `IVivoxTokenProvider.GetTokenAsync` was incorrect.\n - Fixed an issue causing an exception when calling `IVivoxService.LogoutAsync` while not in any channels.\n - Fixed an issue where the `IVivoxService.LogoutAsync` or `IVivoxService.JoinChannelAsync` methods would not complete if the user was not logged in.\n\n### Removed\n - Removed `AudioFadeDistance.None` option as it is not a valid 3d option","gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"},"supportedPlatforms":["Android","iOS","mac","Windows"]},"type":"assets","unity":"2020.3","upmCi":{"footprint":"249773386eb5e862e1ec962dcd2a92e025dbd6a2"},"samples":[{"path":"Samples~/ChatChannelSample","description":"This sample showcases voice chat, text chat, text-to-speech, muting, and chat history features for immersive, interactive user engagement.","displayName":"Chat Channel Sample"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/vivox-unity-sdk.git","type":"git","revision":"73a9d52a57222662df601a444dca5887f643d588"},"relatedPackages":{"com.unity.services.vivox.tests":"16.0.1"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.services.vivox@16.0/manual/index.html","vivox_core_version":"5.22.0","name":"com.unity.services.vivox","version":"16.0.1","displayName":"Vivox","description":"Unity's voice and text chat service for multiplayer communication offers voice chat and direct message text service with a managed hosted solution. Plug into your game and configure your project settings to add communications to your project immediately. Connect an unlimited number of users in 2D and 3D channels. Monitor concurrency on your dashboard. Add a custom UI to allow players to control voice volume, mute, and add audio effects to voice channels and manage them. Place users in team chat and allow them to participate in multiple channels.","dependencies":{"com.unity.modules.audio":"1.0.0","com.unity.services.core":"1.4.0","com.unity.settings-manager":"2.0.0","com.unity.nuget.newtonsoft-json":"3.0.2"},"dist":{"shasum":"3c02b450f2ee23fc64581df447b57e9aa50539ce","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-16.0.1.tgz"}},"16.0.0-pre.1":{"_upm":{"changelog":"### Added\n - Launch of the new Unity SDK with an easier-to-use API.\n - Vivox Unity SDK v16 is a major update to the API which will require manual changes. Follow the [16.0.0 upgrade guide](https://docs.unity.com/ugs/en-us/manual/vivox-unity/manual/Unity/v16-upgrade-guide) to upgrade an existing Unity Vivox implementation to this new version.\n - Audio Source per participant feature has been added.\n - Audio Source per channel feature has been added.\n - New Text Chat capabilities, featuring the addition of APIs for querying chat history and enabling the editing or deletion of sent direct or channel messages.\n\n### Fixed\n - Fixed issues where users could hear repeated audio blips in the Core SDK.\n - Fixed an issue that triggered when joining a 3D channel after a 2D channel where session groups ignored clamping distance.\n - Fixed a crash that triggered when a user attempted to send a message while Automatic Connection Recovery was ongoing.\n\n### Changed\n - Messages from blocked participants from chat history queries are now omitted.\n - Upgrading minimum Unity version support to 2020.3.\n\n### Removed\n- Substantial API revamp has resulted in the removal of the prior public API.","gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"},"supportedPlatforms":["Android","iOS","mac","Windows"]},"type":"assets","unity":"2020.3","upmCi":{"footprint":"8c61c5a0e4439f69022c0aa18feb8d4360942499"},"samples":[{"path":"Samples~/ChatChannelSample","description":"This sample showcases voice chat, text chat, text-to-speech, muting, and chat history features for immersive, interactive user engagement.","displayName":"Chat Channel Sample"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/vivox-unity-sdk.git","type":"git","revision":"76f0429a76a67394af07ee081229b43852cf36c4"},"relatedPackages":{"com.unity.services.vivox.tests":"16.0.0-pre.1"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.services.vivox@16.0/manual/index.html","vivox_core_version":"5.21.1","name":"com.unity.services.vivox","version":"16.0.0-pre.1","displayName":"Vivox","description":"Unity's voice and text chat service for multiplayer communication offers voice chat and direct message text service with a managed hosted solution. Plug into your game and configure your project settings to add communications to your project immediately. Connect an unlimited number of users in 2D and 3D channels. Monitor concurrency on your dashboard. Add a custom UI to allow players to control voice volume, mute, and add audio effects to voice channels and manage them. Place users in team chat and allow them to participate in multiple channels.","dependencies":{"com.unity.modules.audio":"1.0.0","com.unity.services.core":"1.4.0","com.unity.settings-manager":"2.0.0","com.unity.nuget.newtonsoft-json":"3.0.2"},"dist":{"shasum":"183917ba0425aa5fe50d0f1eefccc050ae70465c","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-16.0.0-pre.1.tgz"}},"15.1.210100-pre.1":{"_upm":{"changelog":"### Changed\n - Upgrades underlying Vivox SDK Dependency to version 5.21.1","gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"},"supportedPlatforms":["Android","iOS","mac","Windows"]},"type":"assets","unity":"2019.4","upmCi":{"footprint":"f32dd5e2a5d873ea94256b64ab7c8c491120d9e1"},"samples":[{"path":"Samples~/ChatChannelSample","description":"Try the chat service now, with a voice and text channel example. Login, Voice, Text, Text to Speech and mute example scripts are included.","displayName":"Chat Channel Sample"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/vivox-unity-sdk.git","type":"git","revision":"42febba88c09dbfca4cb20959cd428195f93a14a"},"relatedPackages":{"com.unity.services.vivox.tests":"15.1.210100-pre.1"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.services.vivox@15.1/manual/index.html","name":"com.unity.services.vivox","version":"15.1.210100-pre.1","displayName":"Vivox","description":"Unity's voice and text chat service, for multiplayer communication, offers a voice chat and direct message text service with a managed hosted solution. Plug in to your game and configure your project settings to immediately add communications to your project. Connect an unlimited number of users in 2D and 3D channels.  Monitor concurrency on your dashboard. Add a custom UI to allow player to control voice volume, mute, and manage channels. Place users in team chat; allow them to participate in multiple channels.","dependencies":{"com.unity.services.core":"1.3.1","com.unity.settings-manager":"2.0.0","com.unity.nuget.newtonsoft-json":"3.0.2"},"dist":{"shasum":"267cecec64030c9601843a5e631056f52c5d808c","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-15.1.210100-pre.1.tgz"}},"15.1.210000-pre.1":{"_upm":{"changelog":"### Changed\n - Upgrades underlying Vivox SDK Dependency to version 5.21.0","gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"},"supportedPlatforms":["Android","iOS","mac","Windows"]},"type":"assets","unity":"2019.4","upmCi":{"footprint":"51a7531a6e184adf9e83320215d7289dc5d8353a"},"samples":[{"path":"Samples~/ChatChannelSample","description":"Try the chat service now, with a voice and text channel example. Login, Voice, Text, Text to Speech and mute example scripts are included.","displayName":"Chat Channel Sample"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/vivox-unity-sdk.git","type":"git","revision":"9e473c5826e066dbf5da3a44c4f90d4a575bdb11"},"relatedPackages":{"com.unity.services.vivox.tests":"15.1.210000-pre.1"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.services.vivox@15.1/manual/index.html","name":"com.unity.services.vivox","version":"15.1.210000-pre.1","displayName":"Vivox","description":"Unity's voice and text chat service, for multiplayer communication, offers a voice chat and direct message text service with a managed hosted solution. Plug in to your game and configure your project settings to immediately add communications to your project. Connect an unlimited number of users in 2D and 3D channels.  Monitor concurrency on your dashboard. Add a custom UI to allow player to control voice volume, mute, and manage channels. Place users in team chat; allow them to participate in multiple channels.","dependencies":{"com.unity.services.core":"1.3.1","com.unity.settings-manager":"2.0.0","com.unity.nuget.newtonsoft-json":"3.0.2"},"dist":{"shasum":"13592949b2c808519c22c843073d2480455d87b4","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-15.1.210000-pre.1.tgz"}},"15.1.200000-pre.1":{"_upm":{"changelog":"### Changed\n - Upgrades underlying Vivox SDK Dependency to version 5.20.0\n - Obsoletion of the defunct SessionArchive and AccountArchive APIs","gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"},"supportedPlatforms":["Android","iOS","mac","Windows"]},"type":"asset","unity":"2019.4","upmCi":{"footprint":"9b786fd8642f6d2229883523c7524e074bf2cb90"},"samples":[{"path":"Samples~/ChatChannelSample","description":"Try the chat service now, with a voice and text channel example. Login, Voice, Text, Text to Speech and mute example scripts are included.","displayName":"Chat Channel Sample"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/vivox-unity-sdk.git","type":"git","revision":"6a6dae9934b5f465d9c4adaec4361158868473da"},"relatedPackages":{"com.unity.services.vivox.tests":"15.1.200000-pre.1"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.services.vivox@15.1/manual/index.html","name":"com.unity.services.vivox","version":"15.1.200000-pre.1","displayName":"Vivox","description":"Unity's voice and text chat service, for multiplayer communication, offers a voice chat and direct message text service with a managed hosted solution. Plug in to your game and configure your project settings to immediately add communications to your project. Connect an unlimited number of users in 2D and 3D channels.  Monitor concurrency on your dashboard. Add a custom UI to allow player to control voice volume, mute, and manage channels. Place users in team chat; allow them to participate in multiple channels.","dependencies":{"com.unity.services.core":"1.3.1","com.unity.settings-manager":"2.0.0","com.unity.nuget.newtonsoft-json":"3.0.2"},"deprecated":"As of August 31st 2023, this version is no longer available for download. To use the package going forward, upgrade to version 15.1.210000-pre.1 or higher.","dist":{"shasum":"2e1ca452a63abe54b312bacbf7cc6871339769ff","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-15.1.200000-pre.1.tgz"}},"15.1.190400-pre.1":{"_upm":{"changelog":"","gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"},"supportedPlatforms":["Android","iOS","mac","Windows"]},"type":"asset","unity":"2019.4","upmCi":{"footprint":"309fba961b6a4fb16bdc670cdc5de800708ded7d"},"samples":[{"path":"Samples~/ChatChannelSample","description":"Try the chat service now, with a voice and text channel example. Login, Voice, Text, Text to Speech and mute example scripts are included.","displayName":"Chat Channel Sample"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/vivox-unity-sdk.git","type":"git","revision":"22005d01b77472b26983b90f5c27429ef4f14a62"},"relatedPackages":{"com.unity.services.vivox.tests":"15.1.190400-pre.1"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.services.vivox@15.1/manual/index.html","name":"com.unity.services.vivox","version":"15.1.190400-pre.1","displayName":"Vivox","description":"Unity's voice and text chat service, for multiplayer communication, offers a voice chat and direct message text service with a managed hosted solution. Plug in to your game and configure your project settings to immediately add communications to your project. Connect an unlimited number of users in 2D and 3D channels.  Monitor concurrency on your dashboard. Add a custom UI to allow player to control voice volume, mute, and manage channels. Place users in team chat; allow them to participate in multiple channels.","dependencies":{"com.unity.services.core":"1.3.1","com.unity.settings-manager":"2.0.0","com.unity.nuget.newtonsoft-json":"3.0.2"},"deprecated":"As of August 31st 2023, this version is no longer available for download. To use the package going forward, upgrade to version 15.1.210000-pre.1 or higher.","dist":{"shasum":"12c9b853d7e3af376beda41920c3a1566fce113d","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-15.1.190400-pre.1.tgz"}},"15.1.190200-pre.2":{"_upm":{"changelog":"### Fixed\n - Fixed an issue with the Android VivoxNative.aar library causing it to have issues when trying to resolve internal dependencies.","gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"},"supportedPlatforms":["Android","iOS","mac","Windows"]},"type":"asset","unity":"2019.4","upmCi":{"footprint":"5c641587c7209dd3e1c4bebb3f9ce3b4eaf55025"},"samples":[{"path":"Samples~/ChatChannelSample","description":"Try the chat service now, with a voice and text channel example. Login, Voice, Text, Text to Speech and mute example scripts are included.","displayName":"Chat Channel Sample"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/vivox-unity-sdk.git","type":"git","revision":"b08d3ebea4a090754c6c876f6fd5726f440e7b62"},"relatedPackages":{"com.unity.services.vivox.tests":"15.1.190200-pre.2"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.services.vivox@15.1/manual/index.html","name":"com.unity.services.vivox","version":"15.1.190200-pre.2","displayName":"Vivox","description":"Unity's voice and text chat service, for multiplayer communication, offers a voice chat and direct message text service with a managed hosted solution. Plug in to your game and configure your project settings to immediately add communications to your project. Connect an unlimited number of users in 2D and 3D channels.  Monitor concurrency on your dashboard. Add a custom UI to allow player to control voice volume, mute, and manage channels. Place users in team chat; allow them to participate in multiple channels.","dependencies":{"com.unity.services.core":"1.3.1","com.unity.settings-manager":"2.0.0","com.unity.nuget.newtonsoft-json":"3.0.2"},"deprecated":"As of August 31st 2023, this version is no longer available for download. To use the package going forward, upgrade to version 15.1.210000-pre.1 or higher.","dist":{"shasum":"2decf6cfca4f19bc73ee88db01ddec95f692d92c","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-15.1.190200-pre.2.tgz"}},"15.1.190200-pre.1":{"_upm":{"gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"},"supportedPlatforms":["Android","iOS","mac","Windows"]},"type":"asset","unity":"2019.4","upmCi":{"footprint":"2a97cf42c5b6d00ff6e64d0bfe98bafceb4230e2"},"samples":[{"path":"Samples~/ChatChannelSample","description":"Try the chat service now, with a voice and text channel example. Login, Voice, Text, Text to Speech and mute example scripts are included.","displayName":"Chat Channel Sample"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/vivox-unity-sdk.git","type":"git","revision":"9ee50003302d401616d6d1e5744a090a2679a7c4"},"relatedPackages":{"com.unity.services.vivox.tests":"15.1.190200-pre.1"},"documentationUrl":"https://docs.unity3d.com/Packages/com.unity.services.vivox@15.1/manual/index.html","name":"com.unity.services.vivox","version":"15.1.190200-pre.1","displayName":"Vivox","description":"Unity's voice and text chat service, for multiplayer communication, offers a voice chat and direct message text service with a managed hosted solution. Plug in to your game and configure your project settings to immediately add communications to your project. Connect an unlimited number of users in 2D and 3D channels.  Monitor concurrency on your dashboard. Add a custom UI to allow player to control voice volume, mute, and manage channels. Place users in team chat; allow them to participate in multiple channels.","dependencies":{"com.unity.services.core":"1.3.1","com.unity.settings-manager":"2.0.0","com.unity.nuget.newtonsoft-json":"3.0.2"},"deprecated":"As of August 31st 2023, this version is no longer available for download. To use the package going forward, upgrade to version 15.1.210000-pre.1 or higher.","dist":{"shasum":"511c912f53463295e163c8b6ef4de83511ac1c2e","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-15.1.190200-pre.1.tgz"}},"15.1.190000-pre.1":{"_upm":{"gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"},"supportedPlatforms":["Android","iOS","mac","Windows"]},"type":"asset","unity":"2019.4","upmCi":{"footprint":"f189ebef37de3472369ddee0fdad15bcc3e3fe9f"},"samples":[{"path":"Samples~/ChatChannelSample","description":"Try the chat service now, with a voice and text channel example. Login, Voice, Text, Text to Speech and mute example scripts are included.","displayName":"Chat Channel Sample"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/vivox-unity-sdk.git","type":"git","revision":"5e4f9be516c70072507d14ad09cf59b217b48eb7"},"relatedPackages":{"com.unity.services.vivox.tests":"15.1.190000-pre.1"},"name":"com.unity.services.vivox","version":"15.1.190000-pre.1","displayName":"Vivox","description":"Unity's voice and text chat service, for multiplayer communication, offers a voice chat and direct message text service with a managed hosted solution. Plug in to your game and configure your project settings to immediately add communications to your project. Connect an unlimited number of users in 2D and 3D channels.  Monitor concurrency on your dashboard. Add a custom UI to allow player to control voice volume, mute, and manage channels. Place users in team chat; allow them to participate in multiple channels.","dependencies":{"com.unity.services.core":"1.3.1","com.unity.settings-manager":"2.0.0","com.unity.nuget.newtonsoft-json":"3.0.2"},"deprecated":"As of August 31st 2023, this version is no longer available for download. To use the package going forward, upgrade to version 15.1.210000-pre.1 or higher.","dist":{"shasum":"cd95bc9ca6609843cfba8ff6671ebc30b173db46","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-15.1.190000-pre.1.tgz"}},"15.1.180001-pre.5":{"_upm":{"gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"},"supportedPlatforms":["Android","iOS","mac","Windows"]},"type":"asset","unity":"2019.4","upmCi":{"footprint":"5ccecbcad6a87f43c74a1f72192a17a6c661ad1d"},"samples":[{"path":"Samples~/ChatChannelSample","description":"Try the chat service now, with a voice and text channel example. Login, Voice, Text, Text to Speech and mute example scripts are included.","displayName":"Chat Channel Sample"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/vivox-unity-sdk.git","type":"git","revision":"bd54b51fa4b5cbff1cad464bf99f516487f3671e"},"relatedPackages":{"com.unity.services.vivox.tests":"15.1.180001-pre.5"},"name":"com.unity.services.vivox","version":"15.1.180001-pre.5","displayName":"Vivox","description":"Unity's voice and text chat service, for multiplayer communication, offers a voice chat and direct message text service with a managed hosted solution. Plug in to your game and configure your project settings to immediately add communications to your project. Connect an unlimited number of users in 2D and 3D channels.  Monitor concurrency on your dashboard. Add a custom UI to allow player to control voice volume, mute, and manage channels. Place users in team chat; allow them to participate in multiple channels.","dependencies":{"com.unity.services.core":"1.3.1","com.unity.settings-manager":"2.0.0","com.unity.nuget.newtonsoft-json":"3.0.2"},"deprecated":"As of August 31st 2023, this version is no longer available for download. To use the package going forward, upgrade to version 15.1.210000-pre.1 or higher.","dist":{"shasum":"a2c746d177d0d0aa01149e3bfb84233425d73a78","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-15.1.180001-pre.5.tgz"}},"15.1.180001-pre.4":{"_upm":{"gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"},"supportedPlatforms":["Android","iOS","mac","Windows"]},"type":"asset","unity":"2019.4","upmCi":{"footprint":"f6f94afd77daa4a81236ca7d561362ee896cd893"},"samples":[{"path":"Samples~/ChatChannelSample","description":"Try the chat service now, with a voice and text channel example. Login, Voice, Text, Text to Speech and mute example scripts are included.","displayName":"Chat Channel Sample"}],"repository":{"url":"https://github.cds.internal.unity3d.com/unity/vivox-unity-sdk.git","type":"git","revision":"68eb42a1e48f79b22bb72b123f05cab2260a7b72"},"relatedPackages":{"com.unity.services.vivox.tests":"15.1.180001-pre.4"},"name":"com.unity.services.vivox","version":"15.1.180001-pre.4","displayName":"Vivox","description":"Unity's voice and text chat service, for multiplayer communication, offers a voice chat and direct message text service with a managed hosted solution. Plug in to your game and configure your project settings to immediately add communications to your project. Connect an unlimited number of users in 2D and 3D channels.  Monitor concurrency on your dashboard. Add a custom UI to allow player to control voice volume, mute, and manage channels. Place users in team chat; allow them to participate in multiple channels.","dependencies":{"com.unity.services.core":"1.3.1","com.unity.settings-manager":"2.0.0","com.unity.nuget.newtonsoft-json":"3.0.2"},"deprecated":"As of August 31st 2023, this version is no longer available for download. To use the package going forward, upgrade to version 15.1.210000-pre.1 or higher.","dist":{"shasum":"89609a6cc7f8130e63958f658c214a4b628fa5fa","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-15.1.180001-pre.4.tgz"}},"15.1.180001-pre.3":{"_id":"com.unity.services.vivox@15.1.180001-pre.3","_upm":{"changelog":"### Added\n - Added VivoxConfig as a parameter to the VivoxService.Instance.Initialize(...) method so developers can configure the Vivox Client's settings on startup.\n### Changed\n - Stopped removing minus ('-') characters from the Environment ID when appending it to the AccountId and ChannelId URIs. The Environment ID will now be appended verbatim.\n### Fixed\n - Fixed an issue causing generated files from the Android platform to make it into the package resulting in methods that could not be resolved due to the APIs not existing in any other library.","gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"},"supportedPlatforms":["Android","iOS","mac","Windows"]},"type":"asset","_from":"file:/tmp/com.unity.services.vivox@15.1.180001-pre.3-pc2nksff.tgz","unity":"2019.4","upmCi":{"footprint":"db6f38bd869eb01fa666130a8d42da8c299836ed"},"samples":[{"path":"Samples~/ChatChannelSample","description":"Try the chat service now, with a voice and text channel example. Login, Voice, Text, Text to Speech and mute example scripts are included.","displayName":"Chat Channel Sample"}],"_resolved":"/tmp/com.unity.services.vivox@15.1.180001-pre.3-pc2nksff.tgz","_integrity":"sha512-d7YFgBgHCrnLrVEzD9zFd6YijLUoIQAEA875LlBC9vvoENGcYCgHdgM1aJ774trONzgcce40ULolHrUb8P8agQ==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/vivox-unity-sdk.git","type":"git","revision":"9bbf9a9502e02d0c6271d34e5a3adb66d0f5a208"},"_npmVersion":"7.5.2","_nodeVersion":"12.22.5","relatedPackages":{"com.unity.services.vivox.tests":"15.1.180001-pre.3"},"name":"com.unity.services.vivox","version":"15.1.180001-pre.3","displayName":"Vivox","description":"Unity's voice and text chat service, for multiplayer communication, offers a voice chat and direct message text service with a managed hosted solution. Plug in to your game and configure your project settings to immediately add communications to your project. Connect an unlimited number of users in 2D and 3D channels.  Monitor concurrency on your dashboard. Add a custom UI to allow player to control voice volume, mute, and manage channels. Place users in team chat; allow them to participate in multiple channels.","dependencies":{"com.unity.services.core":"1.3.1","com.unity.settings-manager":"2.0.0","com.unity.nuget.newtonsoft-json":"3.0.2"},"deprecated":"As of August 31st 2023, this version is no longer available for download. To use the package going forward, upgrade to version 15.1.210000-pre.1 or higher.","dist":{"shasum":"100825b4cf008885515b5afabe3a01a621f28c39","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-15.1.180001-pre.3.tgz"}},"15.1.180001-pre.2":{"_id":"com.unity.services.vivox@15.1.180001-pre.2","_upm":{"changelog":"### Fixed\n- Fixed a warning that would always throw when using custom credentials via InitializationOptions.SetVivoxCredentials and initializing the Vivox service.\n- Fixed IEnvironmentId not being added as an optional dependency in VivoxPackageInitializer.cs causing erroneous and confusing warnings when initializing the Vivox service."},"type":"asset","_from":"file:/tmp/com.unity.services.vivox@15.1.180001-pre.2-hybih_3k.tgz","unity":"2019.4","upmCi":{"footprint":"f75ab7056ac28690573c1e9acc16fe5c12363e67"},"samples":[{"path":"Samples~/ChatChannelSample","description":"Try the chat service now, with a voice and text channel example. Login, Voice, Text, Text to Speech and mute example scripts are included.","displayName":"Chat Channel Sample"}],"_resolved":"/tmp/com.unity.services.vivox@15.1.180001-pre.2-hybih_3k.tgz","_integrity":"sha512-aoH0uBsArVkD2GA10CK2VPVEs9FidY2o3ydqMKz/vv1VUmVvPLcjI8vbHGANNknSOyPjLbAZx7radR6geXVOVg==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/vivox-unity-sdk.git","type":"git","revision":"7a820aa51ce71f28852785b3c76cbe79f86d114d"},"_npmVersion":"7.5.2","_nodeVersion":"12.22.5","relatedPackages":{"com.unity.services.vivox.tests":"15.1.180001-pre.2"},"name":"com.unity.services.vivox","version":"15.1.180001-pre.2","displayName":"Vivox","description":"Unity's voice and text chat service, for multiplayer communication, offers a voice chat and direct message text service with a managed hosted solution. Plug in to your game and configure your project settings to immediately add communications to your project. Connect an unlimited number of users in 2D and 3D channels.  Monitor concurrency on your dashboard. Add a custom UI to allow player to control voice volume, mute, and manage channels. Place users in team chat; allow them to participate in multiple channels.","dependencies":{"com.unity.services.core":"1.3.1","com.unity.settings-manager":"2.0.0","com.unity.nuget.newtonsoft-json":"3.0.2"},"deprecated":"As of August 31st 2023, this version is no longer available for download. To use the package going forward, upgrade to version 15.1.210000-pre.1 or higher.","dist":{"shasum":"65dc31245975c084dff3813a399968fa2993f019","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-15.1.180001-pre.2.tgz"}},"15.1.180001-pre.1":{"_id":"com.unity.services.vivox@15.1.180001-pre.1","_upm":{"changelog":"### Fixed\n- Fixed how we fetch the Authentication package's Environment ID to fix the Vivox package not working when using newer versions of Authentication.\n- Fixed debug/local token generation when Test Mode is enabled in the Vivox service settings and the user is signed into Authentication."},"type":"asset","_from":"file:/tmp/com.unity.services.vivox@15.1.180001-pre.1-d4rtnksn.tgz","unity":"2019.4","upmCi":{"footprint":"bfbb0975fab0f289042ddc82cc59e6e69d49bb19"},"samples":[{"path":"Samples~/ChatChannelSample","description":"Try the chat service now, with a voice and text channel example. Login, Voice, Text, Text to Speech and mute example scripts are included.","displayName":"Chat Channel Sample"}],"_resolved":"/tmp/com.unity.services.vivox@15.1.180001-pre.1-d4rtnksn.tgz","_integrity":"sha512-o09IhG2TzCUhYKo63ioSimjePm+SHIuAG5LgDUSpnxLB8Isb5czkAfY81es0Sy8LtAhSgyImbGPghgrTyOALEg==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/vivox-unity-sdk.git","type":"git","revision":"9cedbaee31939d177f88257111c6a4787b1b0f42"},"_npmVersion":"7.5.2","_nodeVersion":"12.22.5","relatedPackages":{"com.unity.services.vivox.tests":"15.1.180001-pre.1"},"name":"com.unity.services.vivox","version":"15.1.180001-pre.1","displayName":"Vivox","description":"Unity's voice and text chat service, for multiplayer communication, offers a voice chat and direct message text service with a managed hosted solution. Plug in to your game and configure your project settings to immediately add communications to your project. Connect an unlimited number of users in 2D and 3D channels.  Monitor concurrency on your dashboard. Add a custom UI to allow player to control voice volume, mute, and manage channels. Place users in team chat; allow them to participate in multiple channels.","dependencies":{"com.unity.services.core":"1.3.1","com.unity.settings-manager":"2.0.0","com.unity.nuget.newtonsoft-json":"3.0.2"},"deprecated":"As of August 31st 2023, this version is no longer available for download. To use the package going forward, upgrade to version 15.1.210000-pre.1 or higher.","dist":{"shasum":"c249c2b87145abc1a6bc1a7b23e4da84533f72d2","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-15.1.180001-pre.1.tgz"}},"15.1.180000-pre.1":{"_id":"com.unity.services.vivox@15.1.180000-pre.1","_upm":{"changelog":"### Added\n- Automatic Connection Recovery has been added to the Unity API, along with an example Connection Indicator added to the Chat Channel Sample.\n### Changed\n- Fixed a bug that left the suggestion to add the Authentication package for easy Vivox Logins even after the Authentication package had been imported."},"type":"asset","_from":"file:/tmp/com.unity.services.vivox@15.1.180000-pre.1-ee44uxci.tgz","unity":"2019.4","upmCi":{"footprint":"42ccd6cffe52971eb85ed6ae12ebf4e95ccf6597"},"samples":[{"path":"Samples~/ChatChannelSample","description":"Try the chat service now, with a voice and text channel example. Login, Voice, Text, Text to Speech and mute example scripts are included.","displayName":"Chat Channel Sample"}],"_resolved":"/tmp/com.unity.services.vivox@15.1.180000-pre.1-ee44uxci.tgz","_integrity":"sha512-tq56fqiAhNfSnC73OIJv4u1NJhIQH1ts7dZChkw2OwhIN6SaDMRnfElofKajA0KvvGfLP7thFs6dgIfUR0a96g==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/vivox-unity-sdk.git","type":"git","revision":"633646aa60ab337c52fd27203a1a40a371ed418e"},"_npmVersion":"7.5.2","_nodeVersion":"12.22.5","relatedPackages":{"com.unity.services.vivox.tests":"15.1.180000-pre.1"},"name":"com.unity.services.vivox","version":"15.1.180000-pre.1","displayName":"Vivox","description":"Unity's voice and text chat service, for multiplayer communication, offers a voice chat and direct message text service with a managed hosted solution. Plug in to your game and configure your project settings to immediately add communications to your project. Connect an unlimited number of users in 2D and 3D channels.  Monitor concurrency on your dashboard. Add a custom UI to allow player to control voice volume, mute, and manage channels. Place users in team chat; allow them to participate in multiple channels.","dependencies":{"com.unity.services.core":"1.3.1","com.unity.settings-manager":"2.0.0","com.unity.nuget.newtonsoft-json":"3.0.2"},"deprecated":"As of August 31st 2023, this version is no longer available for download. To use the package going forward, upgrade to version 15.1.210000-pre.1 or higher.","dist":{"shasum":"7ff3441053681d6baa72fab735b8fb9134884aff","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-15.1.180000-pre.1.tgz"}},"15.1.170000-pre.1":{"_id":"com.unity.services.vivox@15.1.170000-pre.1","upm":{"changelog":"### Added,- Added a display name to constructs provided by the SDK when events fire for receiving a message, a transcribed message, or a buddy request.,### Changed,- Removed the option to provide custom credentials in the Vivox service window.,- Updated ChatChannelSample to demonstrate how to leverage both Authentication and a custom credential-based flow."},"_upm":{"gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"},"supportedPlatforms":["Android","iOS","mac","Windows"]},"type":"asset","_from":"file:/tmp/com.unity.services.vivox@15.1.170000-pre.1-bf0uzkow.tgz","unity":"2019.4","upmCi":{"footprint":"05c7ea53c989690423c1bbce8ece0e03dfabb325"},"samples":[{"path":"Samples~/ChatChannelSample","description":"Try the chat service now, with a voice and text channel example. Login, Voice, Text, Text to Speech and mute example scripts are included.","displayName":"Chat Channel Sample"}],"_resolved":"/tmp/com.unity.services.vivox@15.1.170000-pre.1-bf0uzkow.tgz","_integrity":"sha512-uVwva+ZANGS+20hpstNI69sovyDH3oNV6S5U5GT0O3Pi9q/7aCjaMHRGVLuYkXqv6FuLB00UlqI+v2PjkMdwUg==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/vivox-unity-sdk.git","type":"git","revision":"744b0201bd116075578b9324d9d581313a02cb48"},"_npmVersion":"7.5.2","_nodeVersion":"12.21.0","relatedPackages":{"com.unity.services.vivox.tests":"15.1.170000-pre.1"},"name":"com.unity.services.vivox","version":"15.1.170000-pre.1","displayName":"Vivox","description":"Unity's voice and text chat service, for multiplayer communication, offers a voice chat and direct message text service with a managed hosted solution. Plug in to your game and configure your project settings to immediately add communications to your project. Connect an unlimited number of users in 2D and 3D channels.  Monitor concurrency on your dashboard. Add a custom UI to allow player to control voice volume, mute, and manage channels. Place users in team chat; allow them to participate in multiple channels.","dependencies":{"com.unity.services.core":"1.1.0-pre.10","com.unity.settings-manager":"2.0.0","com.unity.nuget.newtonsoft-json":"2.0.0"},"deprecated":"As of August 31st 2023, this version is no longer available for download. To use the package going forward, upgrade to version 15.1.210000-pre.1 or higher.","dist":{"shasum":"7de05bd69e67f16a2d34bb168e57fab16f576098","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-15.1.170000-pre.1.tgz"}},"15.1.160000-pre.1":{"_id":"com.unity.services.vivox@15.1.160000-pre.1","_upm":{"gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"},"supportedPlatforms":["Android","iOS","mac","Windows"]},"type":"asset","_from":"file:com.unity.services.vivox-15.1.160000-pre.1.tgz","unity":"2019.4","upmCi":{"footprint":"3d969b552998221894539a4f8bfd449b61af4fb2"},"samples":[{"path":"Samples~/ChatChannelSample","description":"Try the chat service now, with a voice and text channel example. Login, Voice, Text, Text to Speech and mute example scripts are included.","displayName":"Chat Channel Sample"}],"_resolved":"/pkgprom/com.unity.services.vivox-15.1.160000-pre.1.tgz","_integrity":"sha512-2x5SeSHa2Ym7zJ4arOa87RHHGHz6+3p4xDZ6dHiiDdXN5cxveQsgpFa6lbqVOCw6UY/U/aIKvz2fOc7WJcAA+A==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/vivox-unity-sdk.git","type":"git","revision":"6d7d8b1774ce1b95b4ee5b17aa1193996c17dbab"},"_npmVersion":"7.5.2","_nodeVersion":"12.21.0","relatedPackages":{"com.unity.services.vivox.tests":"15.1.160000-pre.1"},"name":"com.unity.services.vivox","version":"15.1.160000-pre.1","displayName":"Vivox","description":"Unity's voice and text chat service, for multiplayer communication, offers a voice chat and direct message text service with a managed hosted solution. Plug in to your game and configure your project settings to immediately add communications to your project. Connect an unlimited number of users in 2D and 3D channels.  Monitor concurrency on your dashboard. Add a custom UI to allow player to control voice volume, mute, and manage channels. Place users in team chat; allow them to participate in multiple channels.","dependencies":{"com.unity.services.core":"1.1.0-pre.10","com.unity.settings-manager":"2.0.0","com.unity.nuget.newtonsoft-json":"2.0.0"},"deprecated":"As of August 31st 2023, this version is no longer available for download. To use the package going forward, upgrade to version 15.1.210000-pre.1 or higher.","dist":{"shasum":"be518cf4b877546f43623b652921117c3fd8e67b","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-15.1.160000-pre.1.tgz"}},"15.1.150002-pre.2":{"_id":"com.unity.services.vivox@15.1.150002-pre.2","_upm":{"gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"},"supportedPlatforms":["Android","iOS","mac","Windows"]},"type":"asset","_from":"file:com.unity.services.vivox-15.1.150002-pre.2.tgz","unity":"2019.4","upmCi":{"footprint":"ef7823664843b5956adb28c02a64be3a2f719a43"},"samples":[{"path":"Samples~/ChatChannelSample","description":"Try the chat service now, with a voice and text channel example. Login, Voice, Text, Text to Speech and mute example scripts are included.","displayName":"Chat Channel Sample"}],"_resolved":"/pkgprom/com.unity.services.vivox-15.1.150002-pre.2.tgz","_integrity":"sha512-tgQUmw0nuRrIdXLv+FcCsqDXSGdauILILVc2QUnBacq73txf4iB9Csg1wZcG3DT4k1j3E27n0H50fHHsadRBhA==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/vivox-unity-sdk.git","type":"git","revision":"b10135161b40b14efc7713ce5e9aba4d2f76dfe4"},"_npmVersion":"7.5.2","_nodeVersion":"12.21.0","relatedPackages":{"com.unity.services.vivox.tests":"15.1.150002-pre.2"},"name":"com.unity.services.vivox","version":"15.1.150002-pre.2","displayName":"Vivox","description":"Unity's voice and text chat service, for multiplayer communication, offers a voice chat and direct message text service with a managed hosted solution. Plug in to your game and configure your project settings to immediately add communications to your project. Connect an unlimited number of users in 2D and 3D channels.  Monitor concurrency on your dashboard. Add a custom UI to allow player to control voice volume, mute, and manage channels. Place users in team chat; allow them to participate in multiple channels.","dependencies":{"com.unity.services.core":"1.1.0-pre.10","com.unity.settings-manager":"1.0.3","com.unity.nuget.newtonsoft-json":"2.0.0"},"deprecated":"As of August 31st 2023, this version is no longer available for download. To use the package going forward, upgrade to version 15.1.210000-pre.1 or higher.","dist":{"shasum":"2d0bae3d66a0c686c308dddf7db447fb7eaeb68d","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-15.1.150002-pre.2.tgz"}},"15.1.150002-pre.1":{"_id":"com.unity.services.vivox@15.1.150002-pre.1","_upm":{"gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"},"supportedPlatforms":["Android","iOS","mac","Windows"]},"type":"asset","_from":"file:com.unity.services.vivox-15.1.150002-pre.1.tgz","unity":"2019.4","upmCi":{"footprint":"d9ba3772a20c14027c937197b36d480524247cfa"},"samples":[{"path":"Samples~/ChatChannelSample","description":"Try the chat service now, with a voice and text channel example. Login, Voice, Text, Text to Speech and mute example scripts are included.","displayName":"Chat Channel Sample"}],"_resolved":"/pkgprom/com.unity.services.vivox-15.1.150002-pre.1.tgz","_integrity":"sha512-YKYA28gPty4iPzkuNY3lIpGB5TKs7saEcfRpBnyf4kRkC7+NdoZPorJCqMWcyPG683U10w3rWv0VmfH+jfgWfA==","repository":{"url":"https://github.cds.internal.unity3d.com/unity/vivox-unity-sdk.git","type":"git","revision":"c9d50d8b2150326f18eb679baafa787f327d06ca"},"_npmVersion":"7.5.2","_nodeVersion":"12.21.0","relatedPackages":{"com.unity.services.vivox.tests":"15.1.150002-pre.1"},"name":"com.unity.services.vivox","version":"15.1.150002-pre.1","displayName":"Vivox","description":"Unity's voice and text chat service, for multiplayer communication, offers a voice chat and direct message text service with a managed hosted solution. Plug in to your game and configure your project settings to immediately add communications to your project. Connect an unlimited number of users in 2D and 3D channels.  Monitor concurrency on your dashboard. Add a custom UI to allow player to control voice volume, mute, and manage channels. Place users in team chat; allow them to participate in multiple channels.","dependencies":{"com.unity.services.core":"1.1.0-pre.8","com.unity.settings-manager":"1.0.3","com.unity.nuget.newtonsoft-json":"2.0.0"},"deprecated":"As of August 31st 2023, this version is no longer available for download. To use the package going forward, upgrade to version 15.1.210000-pre.1 or higher.","dist":{"shasum":"db0992c3da72b2fe6324b112f2b848c5f8c3d489","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-15.1.150002-pre.1.tgz"}},"15.1.150000-pre.6":{"_id":"com.unity.services.vivox@15.1.150000-pre.6","_upm":{"gameService":{"groupName":"Multiplayer","groupIndex":2,"configurePath":"Project/Services/Vivox","genericDashboardUrl":"https://dashboard.unity3d.com/vivox","projectDashboardUrl":"https://dashboard.unity3d.com/organizations/{0}/projects/{1}/vivox/credentials","projectDashboardUrlType":"OrganizationKeyAndProjectGuid"},"supportedPlatforms":["Android","iOS","mac","Windows"]},"type":"asset","_from":"file:com.unity.services.vivox-15.1.150000-pre.6.tgz","unity":"2019.4","upmCi":{"footprint":"a67fa84d4e90ac9621ce93828f35109af6a64ecc"},"readme":"# Vivox Voice And Text Chat\r\nVivox’s managed hosted solution and the Vivox Unity engine plug-in make giving comms to your players easy. Never worry about setting up and maintaining servers, instability issues, scaling, etc. Vivox will ensure a great comms experience for your players so that you can focus on other aspects of the game.\r\n\r\nFree for up to 5,000 peak concurrent users.\r\n\r\nVISIT OUR [DEVELOPER PORTAL](https://developer.vivox.com) TO CREATE AN ACCOUNT AND START USING VIVOX\r\n\r\n# From our developer portal you will be able to:\r\n* Create an application to get access keys\r\n* Access sample integrations, source code and documentation\r\n* Access our SDK library for any platform (PC, Mac, iOS, Android, PlayStation 4, Xbox One, and Nintendo Switch)\r\n* Review metrics for your applications\r\n\r\n# Vivox’s multi-platform service includes the following features:\r\n* 3D positional chat: players hear voice differently based on their relative position to other speaking players, creating a highly-realistic audio experience.\r\n* Team chat: players in the same channel can hear each other independently of their relative position.\r\n* Multi-channel: players can easily switch from one channel to another, or even be in many at the same time.\r\n* Unlimited channel size: put as many players as you like into a conversation.\r\n* Scalable: Vivox will scale on-demand to ensure consistent and reliable access to voice.\r\n* Player voice control: players can easily modify volume, mute other players, ban / kick, etc.\r\n* 24/7 monitoring: Vivox monitors their service 24/7 to ensure stability and players can have access to real time data about their voice service through the Developer Portal.\r\n* No NAT issues: due to the server based nature of Vivox’s service, there are no NAT issues.\r\n* Multi-platform: available on all the major platforms.\r\n* Cross-platform: communications between platforms are also possible.\r\n\r\n# Text chat features:\r\n* Multi-channel: one player can easily switch from one channel to another of even be in multiple ones at the same time.\r\n* Virtually no channel size limit: Channels can be as big or small as needed.\r\n* Scalable: Vivox will quickly scale as much as needed to make sure that all your players have access to voice.\r\n* Whisper / direct message: players can send text messages directly to other players.","samples":[{"path":"Samples~/ChatChannelSample","description":"Try the chat service now, with a voice and text channel example. Login, Voice, Text, Text to Speech and mute example scripts are included.","displayName":"Chat Channel Sample"}],"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/vivox-unity-sdk.git","type":"git","revision":"e4d7b1e6560c177f0d5dd34077b56f2fb262b923"},"_npmVersion":"6.13.4","_nodeVersion":"12.16.1","readmeFilename":"README.md","relatedPackages":{"com.unity.services.vivox.tests":"15.1.150000-pre.6"},"name":"com.unity.services.vivox","version":"15.1.150000-pre.6","displayName":"Vivox","description":"Unity's voice and text chat service, for multiplayer communication, offers a voice chat and direct message text service with a managed hosted solution. Plug in to your game and configure your project settings to immediately add communications to your project. Connect an unlimited number of users in 2D and 3D channels.  Monitor concurrency on your dashboard. Add a custom UI to allow player to control voice volume, mute, and manage channels. Place users in team chat; allow them to participate in multiple channels.","dependencies":{"com.unity.services.core":"1.1.0-pre.8","com.unity.settings-manager":"1.0.3","com.unity.nuget.newtonsoft-json":"2.0.0"},"deprecated":"As of August 31st 2023, this version is no longer available for download. To use the package going forward, upgrade to version 15.1.210000-pre.1 or higher.","dist":{"shasum":"f38b38ec1a08cce5d1df3e91127d8965438d4f1f","tarball":"https://download.packages.unity.com/com.unity.services.vivox/-/com.unity.services.vivox-15.1.150000-pre.6.tgz"}}},"time":{"16.10.0":"2026-03-18T13:31:47.245Z","16.9.0":"2025-12-19T21:31:27.975Z","16.8.0":"2025-12-01T15:42:36.627Z","16.7.0":"2025-09-04T23:19:16.349Z","15.1.260000-pre.1":"2025-06-30T09:21:31.494Z","16.6.2":"2025-06-23T16:12:25.248Z","16.6.0":"2025-04-03T20:08:32.866Z","16.5.4":"2024-12-18T22:41:38.154Z","16.5.3":"2024-11-04T18:48:30.827Z","16.5.2":"2024-10-03T18:56:24.718Z","15.1.250000-pre.1":"2024-08-28T19:44:42.104Z","16.5.0":"2024-08-23T20:19:44.000Z","15.1.240000-pre.1":"2024-07-15T19:42:36.000Z","16.4.0":"2024-07-15T19:07:25.000Z","15.1.230100-pre.1":"2024-04-23T14:50:43.000Z","16.3.0":"2024-04-23T14:50:15.000Z","16.2.0":"2024-03-20T17:18:05.000Z","15.1.230000-pre.1":"2024-03-11T18:58:50.000Z","16.0.1":"2023-12-15T12:13:32.000Z","16.0.0-pre.1":"2023-09-25T13:30:13.000Z","15.1.210100-pre.1":"2023-09-18T10:47:48.000Z","15.1.210000-pre.1":"2023-08-01T23:18:49.000Z","15.1.200000-pre.1":"2023-03-24T11:42:01.000Z","15.1.190400-pre.1":"2023-01-18T16:29:12.000Z","15.1.190200-pre.2":"2022-12-22T00:09:43.000Z","15.1.190200-pre.1":"2022-12-05T10:40:01.000Z","15.1.190000-pre.1":"2022-10-18T10:23:58.000Z","15.1.180001-pre.5":"2022-09-07T15:04:14.000Z","15.1.180001-pre.4":"2022-08-08T20:29:39.000Z","15.1.180001-pre.3":"2022-07-14T18:55:54.000Z","15.1.180001-pre.2":"2022-06-23T21:27:44.000Z","15.1.180001-pre.1":"2022-06-10T01:01:03.000Z","15.1.180000-pre.1":"2022-05-17T18:34:38.000Z","15.1.170000-pre.1":"2022-03-07T16:18:09.000Z","15.1.160000-pre.1":"2021-12-16T07:53:08.000Z","15.1.150002-pre.2":"2021-10-21T19:43:00.000Z","15.1.150002-pre.1":"2021-10-11T16:31:08.000Z","15.1.150000-pre.6":"2021-08-24T09:25:00.000Z"},"dist-tags":{"latest":"16.10.0"},"etag":"\"1b380-FHHU74OeFKKqgUxkiCEvZ/yDX8c\""}