From d7d32ae80941227211cf65afe4195dd4c6b70974 Mon Sep 17 00:00:00 2001 From: guidou Date: Mon, 29 Jan 2024 10:08:17 +0100 Subject: [PATCH] Update create-encoded-explainer.md --- create-encoded-explainer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-encoded-explainer.md b/create-encoded-explainer.md index d9872dd..cf428b5 100644 --- a/create-encoded-explainer.md +++ b/create-encoded-explainer.md @@ -24,7 +24,7 @@ focuses on the frame creation and manipulation functionality. The approach proposed as a minimum viable API consists of 3 functions: * A constructor that takes encoded data + metadata and creates an encoded frame -* A class that allows enqueing encoded frames into a sender peer connection +* A class that allows enqueing encoded frames into a sender peer connection and exposing control signals ## Relevant other needed changes