Send an Event

A Video Event is a video recording associated to metadata stored in a JSON. The video and its description are accessible in the Video Event panel.

Create a Video Event

A recording is defined as part of a video event as soon as the HubClient::startVideoEvent is called.

If you wish to extend the duration of your Video Event (by default 10 seconds), use HubClient::updateVideoEvent with the same event_params.reference (in the EventParameters class) you used when you called HubClient::startVideoEvent.

Please refer to the dedicated tutorial for further information and explanation.