MixedReality-WebRTC MixedReality-WebRTC
Search Results for

    Show / Hide Table of Contents

    Enum IceTransportType

    Type of ICE candidates offered to the remote peer.

    Namespace: Microsoft.MixedReality.WebRTC
    Assembly: Microsoft.MixedReality.WebRTC.dll
    Syntax
    public enum IceTransportType : int

    Fields

    Name Description
    All

    Offer all types of ICE candidates.

    NoHost
    None

    No ICE candidate offered.

    Relay

    Only advertize relay-type candidates, like TURN servers, to avoid leaking the IP address of the client.

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