Closed SamarthSerpentCS closed 9 months ago
The server url that you are using has authentication and you cannot join a meeting without a moderator.
@Calinteodor how to authenticate user with the server URL mentioned above, or is it possible to authenticate before the message appear?
You cannot control authentication on meet.jit.si because that's a deployment we maintain. You should have your own deployment and then you can choose what type of auth you want.
yes i also face jitsi crash issue after release how to solve it
Please create a separate issue describing it explicitly.
unable to join without moderator?
when i joined 2 devices with same ropom and and different user name then show alert unable to join without moderator. when i joined with web and login with google then works fine. i find token inside JitsiMeetConferenceOptions, but how to add in token for mobile app?
This is my code
var options = JitsiMeetConferenceOptions( serverURL: "https://meet.jit.si/", room: "ROOM12345678", configOverrides: { "startWithAudioMuted": false, "startWithVideoMuted": false, "subject": "Lipitori" }, featureFlags: { "unsaferoomwarning.enabled": false, "ios.screensharing.enabled": true }, userInfo: JitsiMeetUserInfo( displayName: "ABC", email: "abc@gmail.com", avatar: "https://cdn.pixabay.com/photo/2016/11/18/23/38/child-1837375_640.png"), );