feat: rtc receive offer, receive answer

This commit is contained in:
Ahmet Kaan Gümüş 2025-04-15 04:23:38 +03:00
parent f781afe995
commit 96199f71ef
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",