StreamingAgentEvents
Add the following line to your scenario code to use the events: require(Modules.StreamingAgent);
Values
Connected
Triggered when a streaming object is connected to a streaming platform.
ConnectionFailed
Triggered when connection to a streaming platform is failed.
Error
Triggers if a streaming object cannot be created, e.g., due to incorrect server url.
Disconnected
Triggered when a streaming object is disconnected from a streaming platform.
StreamStarted
Triggered when a stream is successfully started.
StreamStopped
Triggered when a stream is stopped.
StreamError
Triggered when a streaming object caused an error, e.g., due to a codec mismatch.
AudioStreamCreated
Triggered when there is audio data in the stream.
VideoStreamCreated
Triggered when there is video data in the stream.
AudioSwitched
Triggered when the audio stream is switched.
VideoSwitched
Triggered when the video stream is switched.