VideoConversationMessageContent(Uri) Constructor
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.
Initializes a new instance of VideoConversationMessageContent.
public VideoConversationMessageContent(Uri mediaUri);
new Azure.Communication.Messages.VideoConversationMessageContent : Uri -> Azure.Communication.Messages.VideoConversationMessageContent
Public Sub New (mediaUri As Uri)
Parameters
- mediaUri
- Uri
A media url for the file. Required if the type is one of the supported media types, e.g. image.
Exceptions
mediaUri
is null.