feat: rtc_receive_offer, rtc_receive_answer

This commit is contained in:
Ahmet Kaan Gümüş 2025-04-15 04:23:38 +03:00
parent f781afe995
commit 62150e8292
4 changed files with 134 additions and 33 deletions

View file

@ -23,7 +23,7 @@ web-sys = { version = "0.3.77", features = [
"RtcConfiguration",
"RtcIceServer",
"RtcPeerConnection",
# "RtcSdpType",
"RtcSdpType",
"RtcSessionDescription",
"RtcSessionDescriptionInit",
"Window",