In videocall plugin, one user has both PC web and mobile web. Other users will have problems when they want to talk to this user

For example, if a user has a PC web and a mobile WEB, if the user’s two devices are online at the same time, and I want to initiate a call with this user, his two devices will receive a call notification, and he can choose one side to answer.
My assumption was blocked by “Error setting ICE locally.” Reading janus-getaway, I found that the same user cannot initiate more than once.
videocall plugin username is globally unique, I broke this by using username + type.
“Error setting ICE locally.” Is there a way around this limitation at the moment

That’s a core error, and has nothing to do with plugins. Check the Janus logs for more info.