MeetingEventItem

data class MeetingEventItem(val id: String = UUID.randomUUID().toString(), val data: SDKEvent)

MeetingEventItem is a data type of an entry inside Events SQLite table.

Constructors

Link copied to clipboard
constructor(id: String = UUID.randomUUID().toString(), data: SDKEvent)

Properties

Link copied to clipboard

data/meeting event associated with the entry

Link copied to clipboard
val id: String

unique id of the database entry