diff --git a/pc/jsep_transport_controller.h b/pc/jsep_transport_controller.h index 51de027470056504091402c37dc5104b69c23e5a..8eae3a020346d84e7ab48d7e6226e07872ba79a1 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