Expand description

Task related types.

A SaltyRTC task is a protocol extension to this protocol that will be negotiated during the client-to-client authentication phase. Once a task has been negotiated and the authentication is complete, the task protocol defines further procedures, messages, etc.

All tasks need to implement the Task trait.

Enums

A task may either send an arbitrary value, an Application message or a Close message.

Traits

An interface that needs to be implemented by every signaling task.

Type Definitions

A type alias for a boxed task.