mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-06-07 12:54:43 +00:00
fix(jitsi): require targeted peer frames for clients
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user