diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-06-05 11:39:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-05 11:39:07 +0200 |
commit | c7632208fe1dd3336217a5eccf872a69ccf09695 (patch) | |
tree | 357dd0683e64b01f7b3fccd63020ce6ab6c94c4d | |
parent | 36f61030262c7661aab8407c784fd1e72eea219d (diff) | |
parent | 39bcbf5690032f1f50712c5a908f0e51260471b0 (diff) |
Merge pull request #39297 from Faless/webrtc/local_description_doc
Fix WebRTCPeerConnection set_local_description doc
-rw-r--r-- | modules/webrtc/doc_classes/WebRTCPeerConnection.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/webrtc/doc_classes/WebRTCPeerConnection.xml b/modules/webrtc/doc_classes/WebRTCPeerConnection.xml index 504b4705d8..2054276655 100644 --- a/modules/webrtc/doc_classes/WebRTCPeerConnection.xml +++ b/modules/webrtc/doc_classes/WebRTCPeerConnection.xml @@ -120,7 +120,7 @@ </argument> <description> Sets the SDP description of the local peer. This should be called in response to [signal session_description_created]. - If [code]type[/code] is [code]answer[/code] the peer will start emitting [signal ice_candidate_created]. + After calling this function the peer will start emitting [signal ice_candidate_created] (unless an [enum Error] different from [constant OK] is returned). </description> </method> <method name="set_remote_description"> |