Skip to main content

Room Metadata

All metadata pertaining to a meeting is stored in meeting.meta. This includes:

  • meetingName: The name of the room the current participant is connected to.
  • meetingType: Indicates the meeting is a group-call or a webinar.
  • meetingTitle: The title of the meeting.
  • meetingStartedTimestamp: The timestamp when the meeting started.
  • meetingState: The state of the meeting.

For example, if you want to get the name of the room the current participant is connected to, you can do so by doing:

val roomName = meeting.meta.roomName