ChannelAffinity(CommunicationIdentifier) Constructor
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.
Initializes a new instance of ChannelAffinityInternal.
public ChannelAffinity (Azure.Communication.CommunicationIdentifier participant);
new Azure.Communication.CallAutomation.ChannelAffinity : Azure.Communication.CommunicationIdentifier -> Azure.Communication.CallAutomation.ChannelAffinity
Public Sub New (participant As CommunicationIdentifier)
Parameters
- participant
- CommunicationIdentifier
The identifier for the participant whose bitstream will be written to the channel. represented by the channel number.
Exceptions
participant
is null.