Click or drag to resize
JoinRoomDataIsCurrentUserAdmin Property
True if current user is admin in joined room (can invite users, kick them, etc.). Otherwise false.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
public bool IsCurrentUserAdmin { get; set; }

Property Value

Type: Boolean
See Also