nrSendVideoEvent

Syntax

nrSendVideoEvent(nr as Object, actionName as String, attr = invalid) as Void

Description

Send a video event, type VideoAction.

Arguments

Arguments

Description

nr

New Relic Agent object.

actionName

Action name.

attr

(optional) Attributes associative array.

Return

Nothing.

Example

nrSendVideoEvent(m.nr, "MY_ACTION")
attr = {"key0":"val0", "key1":"val1"}
nrSendVideoEvent(m.nr, "MY_ACTION", attr)