Type | Name | Description |
---|---|---|
Microsoft.Extensions.DependencyInjection.IServiceCollection |
services | The IServiceCollection to add this IVRChat to. |
string |
clientName | The name used to refer to this IVRChat with. |
Microsoft.Extensions.Configuration.IConfigurationSection |
section | A configuration section used to configure the IVRChat with. |
Type | Name | Description |
---|---|---|
Microsoft.Extensions.DependencyInjection.IServiceCollection |
services | The IServiceCollection to add this IVRChat to. |
string |
clientName | The name used to refer to this IVRChat with. |
System.Action<VRChat.API.Client.VRChatClientBuilder> |
builder | A configuration action to configure the IVRChat with. |