shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.socket
/
WhiteboardStartedOptions
Whiteboard
Started
Options
data
class
WhiteboardStartedOptions
(
val
whiteboardUsers
:
List
<
Map
<
String
,
Any
?
>
>
?
,
val
updateWhiteboardUsers
:
(
List
<
WhiteboardUser
>
)
->
Unit
,
val
updateWhiteboardStarted
:
(
Boolean
)
->
Unit
,
val
updateWhiteboardEnded
:
(
Boolean
)
->
Unit
)
Options for handling whiteboard started events.
Members
Constructors
Whiteboard
Started
Options
Link copied to clipboard
constructor
(
whiteboardUsers
:
List
<
Map
<
String
,
Any
?
>
>
?
,
updateWhiteboardUsers
:
(
List
<
WhiteboardUser
>
)
->
Unit
,
updateWhiteboardStarted
:
(
Boolean
)
->
Unit
,
updateWhiteboardEnded
:
(
Boolean
)
->
Unit
)
Properties
update
Whiteboard
Ended
Link copied to clipboard
val
updateWhiteboardEnded
:
(
Boolean
)
->
Unit
update
Whiteboard
Started
Link copied to clipboard
val
updateWhiteboardStarted
:
(
Boolean
)
->
Unit
update
Whiteboard
Users
Link copied to clipboard
val
updateWhiteboardUsers
:
(
List
<
WhiteboardUser
>
)
->
Unit
whiteboard
Users
Link copied to clipboard
val
whiteboardUsers
:
List
<
Map
<
String
,
Any
?
>
>
?