Hiyve Components - v1.0.0
Preparing search index...
@hiyve/react-collaboration
RoomSummaryAccessLog
Interface RoomSummaryAccessLog
Access log entry in a room summary.
interface
RoomSummaryAccessLog
{
action
:
"left"
|
"joined"
;
timestamp
:
string
;
userId
:
string
;
userName
?:
string
;
}
Index
Properties
action
timestamp
user
Id
user
Name?
Properties
action
action
:
"left"
|
"joined"
Action (joined, left)
timestamp
timestamp
:
string
Timestamp
user
Id
userId
:
string
User ID
Optional
user
Name
userName
?:
string
User name
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
timestamp
user
Id
user
Name
Hiyve Components - v1.0.0
Loading...
Access log entry in a room summary.