Table of Contents

Class RcsVideoRequest

Namespace
Vonage.Messages.Rcs
Assembly
Vonage.dll

Represents a video message request to be sent via RCS (Rich Communication Services).

public class RcsVideoRequest : RcsMessageBase, IMessage
Inheritance
RcsVideoRequest
Implements
Inherited Members

Properties

Channel

The channel to send to.

public override MessagesChannel Channel { get; }

Property Value

MessagesChannel

MessageType

The type of message to send.

public override MessagesMessageType MessageType { get; }

Property Value

MessagesMessageType

Video

The file attachment. Supports file types .mp4 and .3gpp

[JsonPropertyName("video")]
[JsonPropertyOrder(9)]
public CaptionedAttachment Video { get; set; }

Property Value

CaptionedAttachment

Methods

GetErrors()

Returns any validation errors for this message. An empty collection means the message is valid.

public override IEnumerable<string> GetErrors()

Returns

IEnumerable<string>

A collection of error messages.