MemberActionΒΆ

Enumeration MemberAction

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.

Enumeration Members

DEMOTE: "demote"

Changes the role of the target member to a lower role.

FOLLOW_VIEW: "followView"

Starts following the view of the target member.

FOLLOW_XR_VIEW: "followXRView"

Starts following the XR view of the target member.

KICK: "kick"

Kicks the target member from the space.

PROMOTE: "promote"

Changes the role of the target member to a higher role.

UNFOLLOW_VIEW: "unfollowView"

Stops following the view of the target member.

UNFOLLOW_XR_VIEW: "unfollowXRView"

Stops following the XR view of the target member.