CollaborationPlatform.UnregisterPlatformExtension(String, String) Method
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.
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
The extension that was removed, otherwise null if there was nothing to remove.