SDK Reference
Methods
Deprecated
GetIsGroupMember

getIsGroupMember

⚠️

Groups have been deprecated in favor of Contexts. If you're considering Groups for your project, check out createContext instead.


Returns awhether or not a user is a group member.

How to use?

const res = await orbis.getIsGroupMember(group_id, did);

Parameters

  • group_id - (stream) ID of a group
  • did - DID of a user whose status we are querying

Returns

This method returns a boolean.

true || false