Search Results for

    Show / Hide Table of Contents

    Class PeerView

    Inheritance
    System.Object
    PeerView
    Namespace: Adrenak.UniVoice.Samples
    Assembly: cs.temp.dll.dll
    Syntax
    public class PeerView : MonoBehaviour

    Properties

    AllowIncomingAudio

    Declaration
    public bool AllowIncomingAudio { get; set; }
    Property Value
    Type Description
    System.Boolean

    AllowOutgoingAudio

    Declaration
    public bool AllowOutgoingAudio { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    DisplaySpectrum(Single[])

    Declaration
    public void DisplaySpectrum(float[] spectrum)
    Parameters
    Type Name Description
    System.Single[] spectrum

    SetPeerID(Int32)

    Declaration
    public void SetPeerID(int id)
    Parameters
    Type Name Description
    System.Int32 id

    Events

    OnAllowIncomingAudioChange

    Declaration
    public event Action<bool> OnAllowIncomingAudioChange
    Event Type
    Type Description
    System.Action<System.Boolean>

    OnAllowOutgoingAudioChange

    Declaration
    public event Action<bool> OnAllowOutgoingAudioChange
    Event Type
    Type Description
    System.Action<System.Boolean>
    In This Article
    Back to top UniVoice documentation