Edit

Share via


InstantMessagingFlow.SupportedRemoteMediaCapabilities Property

Definition

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.

Applies to