MixedReality-WebRTC MixedReality-WebRTC
Search Results for

    Show / Hide Table of Contents

    Enum DataChannel.MessageKind

    Type of message sent or received through the data channel.

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

    Fields

    Name Description
    Binary

    The message is a binary message.

    Text

    The message is a text message (UTF-8 encoded string).

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