Skip to main content

Module signaling

Module signaling 

Source

Modules§

actr_relay
Nested message and enum types in ActrRelay.
actr_to_signaling
Nested message and enum types in ActrToSignaling.
peer_to_signaling
Nested message and enum types in PeerToSignaling.
signaling_envelope
Nested message and enum types in SignalingEnvelope.
signaling_to_actr
Nested message and enum types in SignalingToActr.

Structs§

ActrRelay
Flow: Actr -> SignalingServer -> Actr (explicit relay, e.g., WebRTC signaling)
ActrToSignaling
Flow: ActrNode (with ActrId) -> SignalingServer
GetSigningKeyRequest
Signing key lookup (actor queries AIS public key by key_id for offline verification)
GetSigningKeyResponse
PeerToSignaling
Flow: peer (no ActrId yet) -> SignalingServer (registration only)
SignalingEnvelope
Thin signaling envelope for WebSocket transport. Classifies flows: Peer->SignalingServer (pre-registration), Actr->SignalingServer, SignalingServer->Actr, and Actr relay.
SignalingToActr
Flow: SignalingServer -> Actr