interface EventBuffer
EventBuffer defines a buffer which will consume the SDKEvent internally.
add |
Add a meeting event to the buffer. abstract fun add(item: SDKEvent): Unit |
process |
Consume the data. abstract fun process(): Unit |
DefaultMeetingEventBuffer |
class DefaultMeetingEventBuffer : EventBuffer |