Package com.pexip.sdk.api.infinity
Class ParticipantCreateEvent
-
- All Implemented Interfaces:
-
com.pexip.sdk.api.Event,com.pexip.sdk.api.infinity.InfinityEvent
@JvmInline()@Serializable()@SerialName(value = "participant_create") public final class ParticipantCreateEvent implements InfinityEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final ParticipantResponseresponse
-
Constructor Summary
Constructors Constructor Description ParticipantCreateEvent(ParticipantResponse response)
-
Method Summary
Modifier and Type Method Description final ParticipantResponsegetResponse()-
-
Constructor Detail
-
ParticipantCreateEvent
ParticipantCreateEvent(ParticipantResponse response)
-
-
Method Detail
-
getResponse
final ParticipantResponse getResponse()
-
-
-
-