CollaborationPlatform.UnregisterPlatformExtension(String, String) Method

Definition

Unregisters an extension from the platform.

public:
 Microsoft::Rtc::Collaboration::ComponentModel::MediaBasedFactory ^ UnregisterPlatformExtension(System::String ^ extensionType, System::String ^ mediaType);
public Microsoft.Rtc.Collaboration.ComponentModel.MediaBasedFactory UnregisterPlatformExtension (string extensionType, string mediaType);
member this.UnregisterPlatformExtension : string * string -> Microsoft.Rtc.Collaboration.ComponentModel.MediaBasedFactory
Public Function UnregisterPlatformExtension (extensionType As String, mediaType As String) As MediaBasedFactory

Parameters

extensionType
String

The extension type to remove.

mediaType
String

A media type that the extension supports.

Returns

MediaBasedFactory

The extension that was removed, otherwise null if there was nothing to remove.

Applies to