toggle menu
daily-android
0.34.0
androidJvm
switch theme
search in API
daily-android
/
co.daily.model
/
ParticipantId
Participant
Id
@
Serializable
(
with
=
PeerIdSerializer::class
)
data
class
ParticipantId
(
val
uuid
:
UUID
)
:
Comparable
<
ParticipantId
>
Members
Constructors
Participant
Id
Link copied to clipboard
constructor
(
uuid
:
UUID
)
Properties
uuid
Link copied to clipboard
@
Serializable
(
with
=
UUIDSerializer::class
)
val
uuid
:
UUID
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
ParticipantId
)
:
Int