-
Hello, DllNotFoundException: jitsi_meet_signalling_c assembly: type: member:(null) What is the problem?? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think maybe you are on Android, Windows or Linux? Currently, this repository only contains builds of the signalling library for macOS and iOS. If you want to run on another platform, you can build We plan to expand our CI to include other platforms soon. |
Beta Was this translation helpful? Give feedback.
I think maybe you are on Android, Windows or Linux? Currently, this repository only contains builds of the signalling library for macOS and iOS. If you want to run on another platform, you can build
jitsi-meet-signalling-c
from source and copy the resulting .dll/.so intoRuntime/Plugins/x86_64
(orRuntime/Plugins/Android
for Android) in this repository.We plan to expand our CI to include other platforms soon.