Keep alive websocket messages.

InboundKeepAliveMessage

interface InboundKeepAliveMessage {
    MessageType?: SessionMessageType;
}

Properties

Properties

MessageType?: SessionMessageType

InboundKeepAliveMessage