fix(jitsi): require targeted peer frames for clients

This commit is contained in:
zarazaex69
2026-06-05 18:11:46 +03:00
parent 6b9a69c100
commit 7a6cb7f772
7 changed files with 135 additions and 67 deletions

View File

@@ -57,7 +57,11 @@ type Config struct {
DNSServer string
ProxyAddr string
ProxyPort int
Refresh func(ctx context.Context) (Credentials, error)
// RequireTargetedPeer asks engines that multiplex room-wide messages to
// ignore single-peer broadcast frames until the remote has addressed this
// session's local epoch.
RequireTargetedPeer bool
Refresh func(ctx context.Context) (Credentials, error)
}
// Session is the engine-level runtime handle. It is shaped to match what