WebRTC-iOS icon indicating copy to clipboard operation
WebRTC-iOS copied to clipboard

How to send name while sending offer so that the other device can get the same name?

Open anirudhamahale opened this issue 3 years ago • 1 comments

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.

anirudhamahale avatar Jul 02 '21 10:07 anirudhamahale

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

stasel avatar Jul 02 '21 19:07 stasel