From c464a5b0b8c835a48acc80d0cd55bb5d20c70a6f Mon Sep 17 00:00:00 2001 From: j60033653 Date: Sun, 29 Sep 2024 16:01:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dissue1479104?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: j60033653 --- pc/jsep_transport_controller.h | 1 + 1 file changed, 1 insertion(+) diff --git a/pc/jsep_transport_controller.h b/pc/jsep_transport_controller.h index 51de0274..8eae3a02 100644 --- a/pc/jsep_transport_controller.h +++ b/pc/jsep_transport_controller.h @@ -169,6 +169,7 @@ class JsepTransportController : public sigslot::has_slots<> { RTCError SetLocalDescription(SdpType type, const cricket::SessionDescription* local_desc, const cricket::SessionDescription* remote_desc); + // Call to apply a remote description (See `SetLocalDescription()` for local). // // `remote_desc` must always be valid. If a local description has previously -- Gitee