PeerUser#
- class omni.kit.collaboration.channel_manager.PeerUser(user_id: str, user_name: str, from_app: str)#
Bases:
objectInformation of peer user that’s joined to the same channel.
Methods
__init__(user_id, user_name, from_app)Constructor.
Attributes
Readable app name, like 'Kit', 'Maya', etc.
Unique user id.
Readable user name.
- __init__(user_id: str, user_name: str, from_app: str) None#
Constructor. Internal only.
- Parameters:
user_id (str) – Unique user id.
user_name (str) – Readable user name.
from_app (str) – Which app this users join from.
- property from_app#
Readable app name, like ‘Kit’, ‘Maya’, etc.
- property user_id#
Unique user id.
- property user_name#
Readable user name.