Hi,
We are developing an application using the WebRTC platform but we ran into a issue regarding getting the users from a room.
The idea is a server manages the creation of rooms and tokens for clients to access the room.
When the server creates a token with a name (in this case as an example 'Sjaak') and role (presenter), and the user successfully connects to the room.
In the server we later want to check the members of the room, but the members of the room seem to be corrupted.
We receive the name of the user like this:
[
{
"id": "\/#UyvEjvUwtkqaxii8AAH-",
"name": "?6?",
"role": "presenter"
}
]
So the name of the user seems to be encoded or corrupted.
Is this a known bug? Can we fix that?
链接已复制
