Sriyan Fernando

Results 3 comments of Sriyan Fernando

what are you mean by multiple header fields? is it both request and response header field? if it is, ![cap13](https://user-images.githubusercontent.com/11556048/28587033-5c4eba48-7193-11e7-8033-533ad10d3dd3.png)

you have to implement the CreateOffer() function for that. i used public async Task CreateOffer(string sdp, bool audio,bool video ).

beacuse of you are using same WebRtcServer for all the devices.if you can create a multiple servers for each devices , then you can select any device from client.it is...