ConferenceMcuNotificationProcessor.HandleMergeMcuProperties 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.
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
- properties
- McuSessionProperties
- body
- Byte[]