Hi!
I am using nuget
"WebRTC for UWP" and have one problem. So, I want make video call and I should :
1. Create offer (sdp)
2. Send offer
3. Another client receive offer and generate answer ans send to first
4. Call starts
If first client haven't camera (video device) it will generate offer (sdp) only for audio so call can't be with video from start :( How I can ignore this step and generate for video to, but only to one way?