class ObjectTrackingFailed implements ShouldBroadcastNow

Traits

Dispatchable
InteractsWithSockets
SerializesModels

Properties

User $user

The user that created the server.

VideoAnnotation $annotation

The video annotation that finished tracking.

protected bool $deleteWhenMissingModels

Ignore this event if the annotation does not exist any more.

Methods

void
__construct(VideoAnnotation $annotation, User $user)

Create a new event instance.

Channel|array
broadcastOn()

Get the channels the event should broadcast on.

array
broadcastWith()

Get the data to broadcast.

Details

at line 45
void __construct(VideoAnnotation $annotation, User $user)

Create a new event instance.

Parameters

VideoAnnotation $annotation
User $user

Return Value

void

at line 56
Channel|array broadcastOn()

Get the channels the event should broadcast on.

Return Value

Channel|array

at line 66
array broadcastWith()

Get the data to broadcast.

Return Value

array