WebRTC-iOS
WebRTC-iOS copied to clipboard
How to send name while sending offer so that the other device can get the same name?
I want to know if we can send our username with offer or while connecting to server so that the other peer can see the username while accepting the answer.
You can send it through the signaling server, it is up to you to implement that as it is not supported in this demo project