Package version:

Channel affinity for a participant

interface ChannelAffinity {
    channel?: number;
    targetParticipant: CommunicationIdentifier;
}

Properties

channel?: number

Channel number to which bitstream from a particular participant will be written.

targetParticipant: CommunicationIdentifier

The identifier for the participant whose bitstream will be written to the channel represented by the channel number.