Syntax
nrSendVideoEvent(nr as Object, actionName as String, attr = invalid) as VoidDescription
Send a video event, type VideoAction.
Arguments
| Arguments | Description | 
|---|---|
| 
 | New Relic Agent object. | 
| 
 | Action name. | 
| 
 | (optional) Attributes associative array. | 
Return
Nothing.
Example
nrSendVideoEvent(m.nr, "MY_ACTION")      attr = {"key0":"val0", "key1":"val1"}      nrSendVideoEvent(m.nr, "MY_ACTION", attr)