toggle menu
piper-kt
9.3.0
jvm
switch theme
search in API
multimedia-service
/
piperkt.services.multimedia.domain.session
/
SessionFactory
Session
Factory
object
SessionFactory
:
Factory
<
Session
>
Members
Functions
create
Link copied to clipboard
fun
create
(
id
:
SessionId
=
SessionId()
,
allowedUsers
:
Set
<
Username
>
=
emptySet()
,
participants
:
Set
<
Username
>
=
emptySet()
)
:
Session
empty
Link copied to clipboard
fun
empty
(
)
:
Session
from
Allowed
Participants
Link copied to clipboard
fun
fromAllowedParticipants
(
participants
:
Set
<
Username
>
)
:
Session
from
Allowed
Users
Link copied to clipboard
fun
fromAllowedUsers
(
allowedUsers
:
Set
<
Username
>
)
:
Session