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
Properties
Active
Whether the webhook is active.
[JsonProperty("active", Order = 1)]
public bool Active { get; init; }
Property Value
Address
The webhook address.
[JsonProperty("address", Order = 0)]
public Uri Address { get; init; }