docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ISignaling

    Namespace: Unity.RenderStreaming.Signaling
    Assembly: Unity.RenderStreaming.dll
    Syntax
    public interface ISignaling

    Properties

    Url

    Declaration
    string Url { get; }
    Property Value
    Type Description
    string

    Methods

    CloseConnection(string)

    Declaration
    void CloseConnection(string connectionId)
    Parameters
    Type Name Description
    string connectionId

    OpenConnection(string)

    Declaration
    void OpenConnection(string connectionId)
    Parameters
    Type Name Description
    string connectionId

    SendAnswer(string, RTCSessionDescription)

    Declaration
    void SendAnswer(string connectionId, RTCSessionDescription answer)
    Parameters
    Type Name Description
    string connectionId
    RTCSessionDescription answer

    SendCandidate(string, RTCIceCandidate)

    Declaration
    void SendCandidate(string connectionId, RTCIceCandidate candidate)
    Parameters
    Type Name Description
    string connectionId
    RTCIceCandidate candidate

    SendOffer(string, RTCSessionDescription)

    Declaration
    void SendOffer(string connectionId, RTCSessionDescription offer)
    Parameters
    Type Name Description
    string connectionId
    RTCSessionDescription offer

    Start()

    Declaration
    void Start()

    Stop()

    Declaration
    void Stop()

    Events

    OnAnswer

    Declaration
    event OnAnswerHandler OnAnswer
    Event Type
    Type Description
    OnAnswerHandler

    OnCreateConnection

    Declaration
    event OnConnectHandler OnCreateConnection
    Event Type
    Type Description
    OnConnectHandler

    OnDestroyConnection

    Declaration
    event OnDisconnectHandler OnDestroyConnection
    Event Type
    Type Description
    OnDisconnectHandler

    OnIceCandidate

    Declaration
    event OnIceCandidateHandler OnIceCandidate
    Event Type
    Type Description
    OnIceCandidateHandler

    OnOffer

    Declaration
    event OnOfferHandler OnOffer
    Event Type
    Type Description
    OnOfferHandler

    OnStart

    Declaration
    event OnStartHandler OnStart
    Event Type
    Type Description
    OnStartHandler
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)