MixedReality-WebRTC MixedReality-WebRTC
Search Results for

    Show / Hide Table of Contents

    Delegate PeerConnection.DataChannelAddedDelegate

    Delegate for DataChannelAdded event.

    Namespace: Microsoft.MixedReality.WebRTC
    Assembly: Microsoft.MixedReality.WebRTC.dll
    Syntax
    public delegate void DataChannelAddedDelegate(DataChannel channel);
    Parameters
    Type Name Description
    DataChannel channel

    The newly added data channel.

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