Share via


StartRecordingOptions.AudioChannelParticipantOrdering Property

Definition

The sequential order in which audio channels are assigned to participants in the unmixed recording. When 'recordingChannelType' is set to 'unmixed' and `audioChannelParticipantOrdering is not specified, the audio channel to participant mapping will be automatically assigned based on the order in which participant first audio was detected. Channel to participant mapping details can be found in the metadata of the recording.

public System.Collections.Generic.IList<Azure.Communication.CommunicationIdentifier> AudioChannelParticipantOrdering { get; }
member this.AudioChannelParticipantOrdering : System.Collections.Generic.IList<Azure.Communication.CommunicationIdentifier>
Public ReadOnly Property AudioChannelParticipantOrdering As IList(Of CommunicationIdentifier)

Property Value

Applies to