Interface IVivox
Provides utilities for performing simple Vivox actions or overriding the IVivoxTokenProviderInternal with a custom implementation.
Namespace: Unity.Services.Vivox.Internal
Syntax
public interface IVivox : IServiceComponentMethods
RegisterTokenProvider(IVivoxTokenProviderInternal)
Registers an IVivoxTokenProviderInternal that will be used as the primary token generator for all Vivox actions.
Declaration
void RegisterTokenProvider(IVivoxTokenProviderInternal tokenProvider)Parameters
| Type | Name | Description | 
|---|---|---|
| IVivoxTokenProviderInternal | tokenProvider |