Uses of Class
com.azure.communication.callautomation.models.ChannelAffinity
Packages that use ChannelAffinity
Package
Description
Package containing the data models for AzureCommunicationCallAutomationService.
-
Uses of ChannelAffinity in com.azure.communication.callautomation.models
Methods in com.azure.communication.callautomation.models that return ChannelAffinityModifier and TypeMethodDescriptionChannelAffinity.setChannel(Integer channel) Set the channel property: Channel number to which bitstream from a particular participant will be written.ChannelAffinity.setParticipant(CommunicationIdentifier participant) Set the participant property: The identifier for the participant whose bitstream will be written to the channel represented by the channel number.Methods in com.azure.communication.callautomation.models that return types with arguments of type ChannelAffinityModifier and TypeMethodDescriptionStartRecordingOptions.getChannelAffinity()Get the channelAffinity property: The channel affinity of call recording When 'recordingChannelType' is set to 'unmixed', if channelAffinity is not specified, 'channel' will be automatically assigned.Method parameters in com.azure.communication.callautomation.models with type arguments of type ChannelAffinityModifier and TypeMethodDescriptionStartRecordingOptions.setChannelAffinity(List<ChannelAffinity> channelAffinity) Set the channelAffinity property: The channel affinity of call recording When 'recordingChannelType' is set to 'unmixed', if channelAffinity is not specified, 'channel' will be automatically assigned.