InstantMessagingFlow.SupportedRemoteMediaCapabilities Property
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.
Gets the instant messaging media capabilities supported by all the remote participants.
public:
property Microsoft::Rtc::Collaboration::InstantMessagingMediaCapabilities ^ SupportedRemoteMediaCapabilities { Microsoft::Rtc::Collaboration::InstantMessagingMediaCapabilities ^ get(); };
public Microsoft.Rtc.Collaboration.InstantMessagingMediaCapabilities SupportedRemoteMediaCapabilities { get; }
member this.SupportedRemoteMediaCapabilities : Microsoft.Rtc.Collaboration.InstantMessagingMediaCapabilities
Public ReadOnly Property SupportedRemoteMediaCapabilities As InstantMessagingMediaCapabilities
Property Value
Remarks
This property can return null value if the remote media capabilities are not available.
This property returns the capabilities of all the remote participants in the conversation.
Applications can check the value of the SupportedFormats to check whether the remote supports a particular content type format before sending an instant message.