Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seesi/jitsimeet.xamarin.ios
A xamarin ios wrapper library of JitsiMeetIOS SDK
https://github.com/seesi/jitsimeet.xamarin.ios
dll ios jitsimeetios-sdk wa xamarin xamarin-forms xamarin-ios
Last synced: about 1 month ago
JSON representation
A xamarin ios wrapper library of JitsiMeetIOS SDK
- Host: GitHub
- URL: https://github.com/seesi/jitsimeet.xamarin.ios
- Owner: Seesi
- Created: 2020-03-21T14:35:28.000Z (almost 5 years ago)
- Default Branch: development
- Last Pushed: 2021-07-28T13:56:50.000Z (over 3 years ago)
- Last Synced: 2024-07-30T19:15:55.324Z (5 months ago)
- Topics: dll, ios, jitsimeetios-sdk, wa, xamarin, xamarin-forms, xamarin-ios
- Language: C#
- Homepage:
- Size: 25.4 MB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JitsiMeet.Xamarin.IOS
A xamarin ios wrapper library of JitsiMeetIOS SDKReference the entire JitsiMeetXamarin Binding Library Project in your Xamarin IOS app or build the JitsiMeetXamarin project (-configuration: release )
and add the dll as a .Net Library in your Xamarin IOS appThe sample project is a simple Xamarin IOS single page app. I referenced the dll gotten from the build outupt of the JitsMeetXamarin (Binding Library)
A JitsMeetView is created in the ViewController class and added to the view hierrachy. Remember to add the JitsiXamarinBinding namespace.
All classes binding interfaces are in the JitsiXamarinBinding namespaceRemeber to follow all prerequisites per the JitsiMeetIOS SDK documentation --https://github.com/jitsi/jitsi-meet/blob/master/ios/README.md
e.g. disable bitcode, add microphone and camera permissions etc.