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). |