Table of Contents

Class Video.VideoWebhook

Namespace
Vonage.Applications.Capabilities
Assembly
Vonage.dll

Represents a webhook for Video API.

public record Video.VideoWebhook : IEquatable<Video.VideoWebhook>
Inheritance
Video.VideoWebhook
Implements
Inherited Members

Constructors

VideoWebhook(Uri, bool)

Represents a webhook for Video API.

public VideoWebhook(Uri Address, bool Active)

Parameters

Address Uri

The webhook address.

Active bool

Whether the webhook is active.

Properties

Active

Whether the webhook is active.

[JsonProperty("active", Order = 1)]
public bool Active { get; init; }

Property Value

bool

Address

The webhook address.

[JsonProperty("address", Order = 0)]
public Uri Address { get; init; }

Property Value

Uri