updateTrixtaRole

This method will attempt to join the given Trixta Role on connected Trixta Space

import {
  updateTrixtaRole
} from '@trixtateam/trixta-js-core';

Parameters

Parameter
Description
Type

name

Trixta role name

string

logPresence

determines if phoenix channel presence for role should be logged

boolean

additionalData

Any additional data to pass on joining a role

any

Last updated