Class VivoxChannel
Contains the informations required by the moderation service to identify and screen a channel.
Inherited Members
Namespace: Unity.Services.Moderation.Models
Assembly: Unity.Services.Moderation.dll
Syntax
public class VivoxChannel
Constructors
VivoxChannel(string, string)
Creates an instance of VivoxChannel that will be sent to the moderation service
Declaration
public VivoxChannel(string name = null, string uri = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | the vivox channel name |
| string | uri | the vivox sip uri of the channel |
Properties
Name
Name of the channel
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Uri
SIP Uri of the channel
Declaration
public string Uri { get; }
Property Value
| Type | Description |
|---|---|
| string |