tkmn0 / SimpleWebRTCExample_iOS

Simple example for WebRTC on iOS written in swift5
MIT License
178 stars 49 forks source link

Can you give me any advice on implementing webrtc on macos? #34

Closed SooChang-Lee closed 3 years ago

SooChang-Lee commented 3 years ago

Hi~

I think this is a good project for ios webrtc development.

I want to implement webrtc on osx platform.

Can you give me any advice for implementing webrtc in osx?

Thank you.

tkmn0 commented 3 years ago

HI! Thank you for your comment :) Unfortunately, I don't have enough knowledge for osx development.

I guess there are two steps.

  1. We need to build WebRTC SDK for osx.

  2. We can code with WebRTC SDK on XCode. But I do not know how to for osx...

Thank you.