Package com.pexip.sdk.api.infinity
Interface InfinityService.BreakoutStep
-
- All Implemented Interfaces:
public interface InfinityService.BreakoutStepRepresents the Breakout room functions section.
-
-
Method Summary
Modifier and Type Method Description InfinityService.ParticipantStepparticipant(ParticipantId participantId)Sets the participant ID. BreakoutIdgetBreakoutId()-
-
Method Detail
-
participant
InfinityService.ParticipantStep participant(ParticipantId participantId)
Sets the participant ID.
- Parameters:
participantId- an ID of the participant
-
getBreakoutId
BreakoutId getBreakoutId()
-
-
-
-