toggle menu
serenada-core
androidJvm
switch theme
search in API
serenada-core
/
app.serenada.core.layout
/
SceneParticipant
Scene
Participant
data
class
SceneParticipant
(
val
id
:
String
,
val
role
:
ParticipantRole
,
val
videoEnabled
:
Boolean
,
val
videoAspectRatio
:
Float
?
)
Members
Constructors
Scene
Participant
Link copied to clipboard
constructor
(
id
:
String
,
role
:
ParticipantRole
,
videoEnabled
:
Boolean
,
videoAspectRatio
:
Float
?
)
Properties
id
Link copied to clipboard
val
id
:
String
role
Link copied to clipboard
val
role
:
ParticipantRole
video
Aspect
Ratio
Link copied to clipboard
val
videoAspectRatio
:
Float
?
video
Enabled
Link copied to clipboard
val
videoEnabled
:
Boolean