Edit

Share via


ConferenceMcuNotificationProcessor.HandleMergeMcuProperties Method

Definition

protected:
 abstract Microsoft::Rtc::Internal::Collaboration::PropertyMergeInformation<Microsoft::Rtc::Collaboration::McuSessionProperties ^> ^ HandleMergeMcuProperties(Microsoft::Rtc::Collaboration::McuSessionProperties ^ properties, cli::array <System::Byte> ^ body);
protected abstract Microsoft.Rtc.Internal.Collaboration.PropertyMergeInformation<Microsoft.Rtc.Collaboration.McuSessionProperties> HandleMergeMcuProperties (Microsoft.Rtc.Collaboration.McuSessionProperties properties, byte[] body);
abstract member HandleMergeMcuProperties : Microsoft.Rtc.Collaboration.McuSessionProperties * byte[] -> Microsoft.Rtc.Internal.Collaboration.PropertyMergeInformation<Microsoft.Rtc.Collaboration.McuSessionProperties>
Protected MustOverride Function HandleMergeMcuProperties (properties As McuSessionProperties, body As Byte()) As PropertyMergeInformation(Of McuSessionProperties)

Parameters

body
Byte[]

Returns

Applies to