Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Integrate WebRTC in Xamarin

Tags:

xamarin

webrtc

There don't seem to be any APIs / examples of how to integrate WebRTC in Xamarin. There is a third party API (IceLink) by a company named Frozen Mountain Software but one requires a paid license to use it.

Any clue as to how to do this ?

like image 277
Neville Katila Avatar asked Feb 11 '17 07:02

Neville Katila


1 Answers

You will have to use WebRTC native libraries for Xamarin. If you are good with using precompiled libraries then you may find it over web. However I prefer to compile webrtc native for each target platform. Google has documented steps very well, but it usually take time.

Once you have libraries ready for your platform then you can use it with xamarin. Let me know if you face any issue.

like image 68
Shashi Bhushan Avatar answered Oct 22 '22 20:10

Shashi Bhushan