Enumeration: eAction#

eAction

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

Enumeration Members#

active#

active: "active"

Make the stream active.


authUser#

authUser: "authUser"

Authenticate a user.


clipboardCopy#

clipboardCopy: "clipboardCopy"

Send clipboard text to the stream.


clipboardPaste#

clipboardPaste: "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.


newSession#

newSession: "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.