Interface IVivox
Provides utilities for performing simple Vivox actions or overriding the IVivoxTokenProviderInternal with a custom implementation.
Namespace: Unity.Services.Vivox.Internal
Assembly: Unity.Services.Core.Internal.dll
Syntax
[RequireImplementors]
public interface IVivox : IServiceComponent
Methods
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 | Token provider to register. |