Skip to content

Protocol

tana edited this page Jul 23, 2020 · 4 revisions

Protocol

Defined in Assets/Scripts/Core/Protocol.cs.

Sequence diagrams in this page were created using SequenceDiagram.org.

Layers of protocol

  • Logical layer: Exchange of IXXXMessage (This page mainly describes this)
  • Implementation layer: Transport of IXXXMessage using WebRTC

Connection establishment sequence ⚠️OUTDATED⚠️

Connection establishment is done after WebRTC signaling.

Note: Actual number of ObjectCreatedMessage depends on number of objects. ObjectCreatedMessage is processed in a normal process rather than initialization.

Clone this wiki locally