send
abstract fun send(streamTimelineEvent: StreamTimelineEvent, suggestedAction: Action, streamTimelineMetadata: StreamTimelineMetadata? = null)
Sends the event, action, and metadata related to stream timeline changes.
Parameters
streamTimelineEvent
One of the StreamTimelineEvent values.
suggestedAction
One of the Action values.
streamTimelineMetadata
The optional StreamTimelineMetadata instance associated with the event.