public static interface ChannelDefinition.Builder extends SdkPojo, CopyableBuilder<ChannelDefinition.Builder,ChannelDefinition>
| Modifier and Type | Method and Description |
|---|---|
ChannelDefinition.Builder |
channelId(Integer channelId)
Specify the audio channel you want to define.
|
ChannelDefinition.Builder |
participantRole(ParticipantRole participantRole)
Specify the speaker you want to define.
|
ChannelDefinition.Builder |
participantRole(String participantRole)
Specify the speaker you want to define.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChannelDefinition.Builder channelId(Integer channelId)
Specify the audio channel you want to define.
channelId - Specify the audio channel you want to define.ChannelDefinition.Builder participantRole(String participantRole)
Specify the speaker you want to define. Omitting this parameter is equivalent to specifying both participants.
participantRole - Specify the speaker you want to define. Omitting this parameter is equivalent to specifying both
participants.ParticipantRole,
ParticipantRoleChannelDefinition.Builder participantRole(ParticipantRole participantRole)
Specify the speaker you want to define. Omitting this parameter is equivalent to specifying both participants.
participantRole - Specify the speaker you want to define. Omitting this parameter is equivalent to specifying both
participants.ParticipantRole,
ParticipantRoleCopyright © 2023. All rights reserved.