open-webrtc-toolkit / owt-client-native

Open WebRTC Toolkit client SDK for native Windows/Linux/iOS applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
397 stars 183 forks source link

Sample apps #383

Open Kmtest-rgb opened 4 years ago

Kmtest-rgb commented 4 years ago

Hi Is there any sample apps, android or linux apps which can run on top of owt-client-native sdk ? If so can you proved with good documentation ?

thanks

taste1981 commented 4 years ago

for android app, please go to owt-client-android repo. All the sdk/samples for android are there. For windows, you need to go to https://software.intel.com/content/www/us/en/develop/tools/webrtc-sdk.html to download the sample. this is the same for iOS. We do not provide linux/iOS/windows samples in the source tree, but instead provide that in release package.

Kmtest-rgb commented 4 years ago

thanks for the reply, I did not see the linux sample in the releae package. am I missing anything there ?

taste1981 commented 4 years ago

thanks for the reply, I did not see the linux sample in the releae package. am I missing anything there ?

We're not providing any Linux samples at present, you can follow windows sample to implement your own.