Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the supported formats by all remote participants.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property SupportedFormats As InstantMessagingFormat
Get
'Usage
Dim instance As InstantMessagingMediaCapabilities
Dim value As InstantMessagingFormat
value = instance.SupportedFormats
public InstantMessagingFormat SupportedFormats { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.InstantMessagingFormat
See Also
Reference
InstantMessagingMediaCapabilities Class