After closing RTCPeerConnection I cannot make call again because onicecandidate is not fired
55 views
Skip to first unread message
ibrahim saleh
unread,
Nov 3, 2020, 2:39:12 AM11/3/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to discuss-webrtc
I want to make a peer to peer connection using webrtc. it's working fine when I create RTCPeerConnection for the first time but when I close the connection using close() method and try to call again by creating new RTCPeerConnection , call is not established because onicecandidate event is not fired so ice candidates cannot be sent to the signaler.
ibrahim saleh
unread,
Nov 3, 2020, 5:20:11 AM11/3/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message