Error code 101001 - Not entered space

Some functions are dependent on a member being entered into the space. Ensure that the space.enter() method has been called first:

const space = await spaces.get(‘mySpace’');

space.enter({

  username: 'Claire Lemons',

  avatar: 'https://slides-internal.com/users/clemons.png',

});

View the documentation for further information on entering a space.