MemberActionΒΆ
Enumeration MemberAction
Index
Enumeration Members
Enumeration Members
DEMOTE
DEMOTE: "demote"
Changes the role of the target member to a lower role.
FOLLOW_ VIEW
FOLLOW_VIEW: "followView"
Starts following the view of the target member.
FOLLOW_ XR_ VIEW
FOLLOW_XR_VIEW: "followXRView"
Starts following the XR view of the target member.
KICK
KICK: "kick"
Kicks the target member from the space.
PROMOTE
PROMOTE: "promote"
Changes the role of the target member to a higher role.
UNFOLLOW_ VIEW
UNFOLLOW_VIEW: "unfollowView"
Stops following the view of the target member.
UNFOLLOW_ XR_ VIEW
UNFOLLOW_XR_VIEW: "unfollowXRView"
Stops following the XR view of the target member.
Lists all available member actions.
A member action represents an action that can be performed on a member in the current space. It can be used via MemberAPI.useMemberAction.