ConferenceMcuNotificationProcessor.HandleMergeParticipantEndpointProperties 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::ComponentModel::McuParticipantEndpointProperties ^> ^ HandleMergeParticipantEndpointProperties(Microsoft::Rtc::Collaboration::ComponentModel::McuParticipantEndpointProperties ^ properties, cli::array <System::Byte> ^ body);
protected abstract Microsoft.Rtc.Internal.Collaboration.PropertyMergeInformation<Microsoft.Rtc.Collaboration.ComponentModel.McuParticipantEndpointProperties> HandleMergeParticipantEndpointProperties (Microsoft.Rtc.Collaboration.ComponentModel.McuParticipantEndpointProperties properties, byte[] body);
abstract member HandleMergeParticipantEndpointProperties : Microsoft.Rtc.Collaboration.ComponentModel.McuParticipantEndpointProperties * byte[] -> Microsoft.Rtc.Internal.Collaboration.PropertyMergeInformation<Microsoft.Rtc.Collaboration.ComponentModel.McuParticipantEndpointProperties>
Protected MustOverride Function HandleMergeParticipantEndpointProperties (properties As McuParticipantEndpointProperties, body As Byte()) As PropertyMergeInformation(Of McuParticipantEndpointProperties)
Parameters
- properties
- McuParticipantEndpointProperties
- body
- Byte[]