GetMeetingContextResponse: { meetingTopic: string; meetingID: string }

Example:

{
"meetingTopic": "Happy Zoomineer's Zoom Meeting",
"meetingID": "01234567890"
}

meetingTopic The topic of the meeting

meetingID The ID of the meeting

Type declaration

  • meetingTopic: string
  • meetingID: string

Generated using TypeDoc