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 groupdid- DID of a user whose status we are querying
Returns
This method returns a boolean.
true || false