Record
room-participant
No description available.
record room-participant {
context: option<string>,
id: option<string>,
joined-at: option<string>,
left-at: option<string>,
record-type: option<string>,
session-id: option<string>,
updated-at: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| context | option<string> | |
| id | option<string> | |
| joined-at | option<string> | |
| left-at | option<string> | |
| record-type | option<string> | |
| session-id | option<string> | |
| updated-at | option<string> |