radioman / WebRtc.NET

WebRTC for C# & C++/CLI
Other
419 stars 126 forks source link

Generate SDP Offer without web #60

Open mynameismaxz opened 7 years ago

mynameismaxz commented 7 years ago

Hi, radioman.

I have some question about generating SDP offer in this project. When starting in the project we could start web example to connect to .NET program and the web will send SDP offer to the program. How can I generate SDP offer from the program? I've been using method WebRtc.CreateOffer(); but it isn't response from them.

Phylliida commented 7 years ago

You gotta call WebRtc.ProcessMessages(someDelay) (where some delay might be like 10) and then it should generate them