Sriyan Fernando
Sriyan Fernando
what are you mean by multiple header fields? is it both request and response header field? if it is, 
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...