Package io.github.alexandrepiveteau.echo.webrtc.server
Types
Link copied to clipboard
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)
Content copied to clipboard
Handles the signaling of webRTC sessions.