Quickstart
Quick Start Example
Core Concepts
Connection Lifecycle
Initialization: Create a MessagingPeer instance with configuration
Connection: Connect to the signaling server
Registration: Register with the server using your client ID and public key (NOTE: in this step, an automatic sign-verify mechanism is enforced to link signing and encryption keys for a specific handle)
Discovery: Discover other available peers
Communication: Exchange messages with other peers
Disconnection: Disconnect from the server when done
Last updated