summaryrefslogtreecommitdiff
path: root/modules/webrtc/webrtc_peer_connection_extension.cpp
AgeCommit message (Collapse)Author
2022-09-13[WebRTC] Expose more of the WebRTC API.Fabio Alessandrelli
Add get_gathering_state() returning the iceGatheringState of the connection. Add get_signaling_state() returning the signalingState of the connection. Improve JS library.
2022-09-01Simplify network GDExtension bindings using EXBIND macros.Fabio Alessandrelli
Simplify StreamPeer, PacketPeer, MultiplayerPeer extension. Simplify and update WebRTC*Extension with newly supported types.
2022-06-09[WebRTC] Static extension registration.Fabio Alessandrelli
2022-01-03Update copyright statements to 2022RĂ©mi Verschelde
Happy new year to the wonderful Godot community!
2021-09-24[Net] Expose WebRTC classes to extensions.Fabio Alessandrelli