共用方式為


ChannelAffinity(CommunicationIdentifier) Constructor

Definition

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.

Applies to