DataChannel

A data channel that may be available over the MediaConnection.

Properties

Link copied to clipboard
abstract val data: Flow<Data>

a Flow of incoming messages

Link copied to clipboard
abstract val id: Int

an ID of this DataChannel

Inherited functions

Link copied to clipboard
abstract suspend fun send(data: Data)

Sends data.