Record
room-session
No description available.
record room-session {
active: option<bool>,
created-at: option<string>,
ended-at: option<string>,
id: option<string>,
participants: option<list<room-participant>>,
record-type: option<string>,
room-id: option<string>,
updated-at: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| active | option<bool> | |
| created-at | option<string> | |
| ended-at | option<string> | |
| id | option<string> | |
| participants | option<list<room-participant>> | |
| record-type | option<string> | |
| room-id | option<string> | |
| updated-at | option<string> |