VideoMessageContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The message content of type video information.
public class VideoMessageContent : Azure.Communication.Messages.MessageContent, System.ClientModel.Primitives.IJsonModel<Azure.Communication.Messages.VideoMessageContent>, System.ClientModel.Primitives.IPersistableModel<Azure.Communication.Messages.VideoMessageContent>
type VideoMessageContent = class
inherit MessageContent
interface IJsonModel<VideoMessageContent>
interface IPersistableModel<VideoMessageContent>
Public Class VideoMessageContent
Inherits MessageContent
Implements IJsonModel(Of VideoMessageContent), IPersistableModel(Of VideoMessageContent)
- Inheritance
- Implements
Constructors
VideoMessageContent(Uri) |
Initializes a new instance of VideoMessageContent. |
Properties
MediaUri |
MediaUri of the media content. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET