Class ChatroomPeerSettings
Namespace: Adrenak.UniVoice
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class ChatroomPeerSettings
Fields
muteSelf
Whether this peer will receive out voice. Use this to stop sending your audio to a peer.
Declaration
public bool muteSelf
Field Value
Type | Description |
---|---|
Boolean |
muteThem
Whether this peer is muted. Use this to ignore a person.
Declaration
public bool muteThem
Field Value
Type | Description |
---|---|
Boolean |