MixedReality-WebRTC MixedReality-WebRTC
Search Results for

    Show / Hide Table of Contents

    Delegate PeerConnection.IceCandidateReadytoSendDelegate

    Delegate for the IceCandidateReadytoSend event.

    Namespace: Microsoft.MixedReality.WebRTC
    Assembly: Microsoft.MixedReality.WebRTC.dll
    Syntax
    public delegate void IceCandidateReadytoSendDelegate(IceCandidate candidate);
    Parameters
    Type Name Description
    IceCandidate candidate

    The ICE candidate to send.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX