RocketChat / Rocket.Chat.iOS

Legacy mobile Rocket.Chat client in Swift for iOS
https://rocket.chat
MIT License
1.03k stars 438 forks source link

[BUG] Jitsi user name doesn't work #2584

Open philipbrito opened 5 years ago

philipbrito commented 5 years ago

From your code, the following snippet doesn't work (i.e it should display the user name but it's showing "Fellow user" instead).

...
"context": [
                "user": [
                    "name": viewModel.userDisplayName,
                    "avatar": viewModel.userAvatar
                ],
                "iss": "rocketchat-ios"
            ],
...

App version: 3.3.1 (237)

rafaelks commented 5 years ago

@filipedelimabrito Did you figured out a way to handle it? Because AFAIK Jitsi SDK for iOS (at least this version) wasn't supporting this values yet.

philipbrito commented 5 years ago

@rafaelks I'm wondering myself where did you find these values. That property ("user") isn't working on Android though.

rafaelks commented 5 years ago

@filipedelimabrito From this thread: https://github.com/jitsi/jitsi-meet/issues/1880.