-
Notifications
You must be signed in to change notification settings - Fork 0
Protocol
tana edited this page Jul 23, 2020
·
4 revisions
Defined in Assets/Scripts/Core/Protocol.cs.
Sequence diagrams in this page were created using SequenceDiagram.org.
- Logical layer: Exchange of
IXXXMessage(This page mainly describes this) - Implementation layer: Transport of
IXXXMessageusing WebRTC
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.