Enumeration: EventAction#

EventAction

EventAction defines all caller-driven actions that can be requested for a stream.

Enumeration Members#

ACTIVE#

ACTIVE: "active"

Make the stream active.


AUTH_USER#

AUTH_USER: "authUser"

Authenticate a user.


CLIPBOARD_COPY#

CLIPBOARD_COPY: "clipboardCopy"

Send clipboard text to the stream.


CLIPBOARD_PASTE#

CLIPBOARD_PASTE: "clipboardPaste"

Read clipboard text from the stream.


CONFIGURE#

CONFIGURE: "configure"

Configure the stream.


CONNECT#

CONNECT: "connect"

Connect to the stream.


GET#

GET: "get"

Get the stream.


MESSAGE#

MESSAGE: "message"

Send a message to the streaming application.


NEW_SESSION#

NEW_SESSION: "newSession"

Request a new session from the streamer.


START#

START: "start"

Start the stream.


STOP#

STOP: "stop"

Stop the stream.


STREAM#

STREAM: "stream"

Stream.


TERMINATE#

TERMINATE: "terminate"

Terminate the stream.


UNKNOWN#

UNKNOWN: "unknown"


UPDATE#

UPDATE: "update"

Update the stream.