CollaborationPlatform.RegisterPlatformExtension(MediaBasedFactory) Method

Definition

Registers an extension with the platform.

public:
 void RegisterPlatformExtension(Microsoft::Rtc::Collaboration::ComponentModel::MediaBasedFactory ^ extension);
public void RegisterPlatformExtension (Microsoft.Rtc.Collaboration.ComponentModel.MediaBasedFactory extension);
member this.RegisterPlatformExtension : Microsoft.Rtc.Collaboration.ComponentModel.MediaBasedFactory -> unit
Public Sub RegisterPlatformExtension (extension As MediaBasedFactory)

Parameters

extension
MediaBasedFactory

The extension to register.

Exceptions

Thrown when the extension cannot be combined with already configured extensions.

Remarks

Extensions such as call factories that support specific media types can be registered only if there is no existing extension for that media type.

Applies to