Conference Structure
Base Attributes
Attribute | Type | Example |
---|---|---|
id The ID of the conference |
Integer | 1 |
name The name of the conference |
String | Meeting Room |
password The password to join this conference |
String | 12345 |
prompt_for_name Prompt for a name when joining the conference |
Boolean | false |
Extended Attributes
Attribute | Type | Example |
---|---|---|
created_at The time the conference was created |
Time | |
updated_at The time the conference was updated |
Time |