1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Merge pull request #39297 from Faless/webrtc/local_description_doc

Fix WebRTCPeerConnection set_local_description doc
This commit is contained in:
Rémi Verschelde
2020-06-05 11:39:07 +02:00
committed by GitHub

View File

@@ -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">