-1

I have my client A and client B connected to each other. However I wish to disconnect my client A and connect it to client C. How can I achieve that?

Hypothesis
  • 1,208
  • 3
  • 17
  • 43

1 Answers1

0

That isn't possible. Why not create a new PeerConnection and negotiate the session?

You could maybe find a hacky way to make it work with a ICE + DTLS Restart. It would be undefined behavior/not supported by all clients.

Sean DuBois
  • 3,972
  • 1
  • 11
  • 22