ObjectTrackingFailed
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
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.
at line 56
Channel|array
broadcastOn()
Get the channels the event should broadcast on.
at line 66
array
broadcastWith()
Get the data to broadcast.