Package io.github.alexandrepiveteau.echo.webrtc.server

Types

Link copied to clipboard
value class SessionIdentifier(id: String)

A unique identifier for a session. Clients which join the same session will automatically connect in a peer-to-peer fashion.

Functions

Link copied to clipboard
fun Route.signaling(scope: CoroutineScope, session: (ApplicationCall) -> SessionIdentifier)

Handles the signaling of webRTC sessions.