Meeting
Meeting information
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | str | ✅ | Call id |
bridge_id | str | ✅ | Bridge id |
short_id | str | ✅ | Short bridge id |
start_time | str | ✅ | Start time ISO 8601 |
display_name | str | ✅ | Meetings name |
type_ | MeetingType | ✅ | Meeting type |
status | MeetingStatus | ✅ | Meeting status |
host_info | Host | ✅ | Meeting host |
rights | List[Rights] | ✅ | Describe access rights which has participants to meeting |
participants | List[Participant] | ✅ | List of the participants in the meeting |
recordings | List[Recording] | ✅ | Recording information |
duration | int | ❌ | Duration second |
long_summary | str | ❌ | During meeting AI team analyze code and after meeting finished generates text summary about this meeting |
short_summary | str | ❌ | During meeting AI team analyze code and after meeting finished generates text summary about this meeting |
keywords | List[str] | ❌ | During meeting AI team analyze code and after meeting finished generates key words used in meeting |
chat_url | str | ❌ | Chat location |
MeetingType
Meeting type
Properties
Name | Type | Required | Description |
---|---|---|---|
MEETING | str | ✅ | "Meeting" |
CALL | str | ✅ | "Call" |
MeetingStatus
Meeting status
Properties
Name | Type | Required | Description |
---|---|---|---|
INPROGRESS | str | ✅ | "InProgress" |
DONE | str | ✅ | "Done" |
Rights
Properties
Name | Type | Required | Description |
---|---|---|---|
DELETE | str | ✅ | "delete" |
DOWNLOAD | str | ✅ | "download" |
SHARE | str | ✅ | "share" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs