Skip to content

Commit

Permalink
feat(MembershipsSdkAdapter): check if org id exists
Browse files Browse the repository at this point in the history
  • Loading branch information
alinasuciu authored and lalli-flores committed Sep 23, 2021
1 parent e64b5a1 commit 5a5efc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MembershipsSDKAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ function getMembers(sdkMembers) {
orgID:
member.participant
&& member.participant.person
&& member.participant.person.orgId
&& constructHydraId(hydraTypes.ORGANIZATION, member.participant.person.orgId),
inMeeting: member.isInMeeting,
muted: member.isAudioMuted,
Expand Down

0 comments on commit 5a5efc8

Please sign in to comment.