mediasoup-ios-client 0.0.3

mediasoup-ios-client 0.0.3

Maintained by ethan.



  • By
  • ethand91

mediasoup-ios-client

Mediasoup 3 iOS Client


This project supports both 64 bit iOS devices and 64 bit iOS Simulators

Getting Started

(Coming Soon)

Documentation

(Coming Soon)

Contributing

Clone the repo and install submodules

git clone https://github.com/ethand91/mediasoup-ios-client.git
submodule init
submodule update

Get the libraries

Due to the libwebrtc.a library being to big to upload to github, you will need to either:

  • Follow the instructions located in the build directory
  • Download the compiled libraries from an external provider

Previously built libraries can be found below:

The default library paths are as follows: (if you change the directory of the libraries make sure to update the relevant search paths):

  • libmediasoupclient.a/libsdptransform.a - dependencies/libmediasoupclient/lib
  • libwebrtc.a - dependencies/webrtc/src/out_ios_libs/universal
  • WebRTC.framework - dependencies/webrtc/src/out_ios_libs/