Documentation

Support

Vivox Unreal SDK

Vivox Unreal SDK

Moderation actions

Learn about actions you can take in response to moderation events.
Read time 1 minuteLast updated 2 days ago

Actions are applied through the Unity Dashboard when reviewing incidents. When an action is applied, and the actioned user logs in, you will receive various error messages from the different UGS packages integrated with the Moderation services. Errors will follow the access control convention described in Error responses. This is the expected behavior. Some SDKs will provide a mechanism to wrap those errors into exceptions of their own, for example, the Vivox SDK emits a
MintException
when a policy is preventing a user from accessing communications.
Below is the supported sanctions error list:

Package name

Exception

Use case

com.unity.services.authentication
RequestFailedExceptionWhen a player is Banned, you will receive this exception with an ACCOUNT_DISABLED message in its innerException.
com.unity.services.vivox
MintExceptionIf the player is prevented from accessing communications channels, this exception will be thrown with a 403 status code.