jitsi meet android sdk 配置问题
jitsi meet android sdk configuation issue
enter image description here
我无法在 ANDROID 中为 JITSI 加载我的 URL 即
jitsiView.loadURL("http://example.org/aayush");
但它在 ANDROID 中加载默认 JITSI URL 进行测试,即
view.loadURL("https://meet.jit.si/Test123");
它显示错误 -> E/ReactNativeJS: 'Failed to load config from
https://example.org/config.js?room=aayush'
详情请查看附件。
这是一个 ssl 证书问题.. 证书未与 IP 映射。问题已解决。
enter image description here
我无法在 ANDROID 中为 JITSI 加载我的 URL 即
jitsiView.loadURL("http://example.org/aayush");
但它在 ANDROID 中加载默认 JITSI URL 进行测试,即
view.loadURL("https://meet.jit.si/Test123");
它显示错误 -> E/ReactNativeJS: 'Failed to load config from https://example.org/config.js?room=aayush'
详情请查看附件。
这是一个 ssl 证书问题.. 证书未与 IP 映射。问题已解决。