Enum MessageType
The list of valid message types.
Namespace: FM.LiveSwitch.Stun
Assembly: FM.LiveSwitch.dll
Syntax
public enum MessageType
Fields
Name | Description |
---|---|
ErrorResponse | Specifies that the message is a response indicating failure. |
Indication | Specifies that the message is an indication (no response). |
Request | Specifies that the message is a request. |
SuccessResponse | Specifies that the message is a response indicating success. |