@webex/widgets 1.27.5 → 1.27.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -51478,54 +51478,55 @@ function hc(e) {
51478
51478
  d = Un(n, i).find(function (e) {
51479
51479
  return e.ID === a;
51480
51480
  }),
51481
- f = jn(c),
51482
- m = null == d ? void 0 : d.muted,
51483
- y = null == d ? void 0 : d.speaking,
51484
- g = void 0 !== c && void 0 !== h.orgID && h.orgID !== c,
51485
- v = null == d ? void 0 : d.sharing,
51486
- b = null == d ? void 0 : d.inMeeting,
51487
- C = h.ID === a && i === $.MEETING,
51488
- T = null == d ? void 0 : d.host,
51489
- E = null == d ? void 0 : d.guest,
51490
- x = [C && "You", T && "Host", v && "Presenter"].filter(function (e) {
51481
+ f = (null == d ? void 0 : d.name) || u,
51482
+ m = jn(c),
51483
+ y = null == d ? void 0 : d.muted,
51484
+ g = null == d ? void 0 : d.speaking,
51485
+ v = void 0 !== c && void 0 !== h.orgID && h.orgID !== c,
51486
+ b = null == d ? void 0 : d.sharing,
51487
+ C = null == d ? void 0 : d.inMeeting,
51488
+ T = h.ID === a && i === $.MEETING,
51489
+ E = null == d ? void 0 : d.host,
51490
+ x = null == d ? void 0 : d.guest,
51491
+ A = [T && "You", E && "Host", b && "Presenter"].filter(function (e) {
51491
51492
  return e;
51492
51493
  }),
51493
- A = (null == p || null === (t = p[0]) || void 0 === t ? void 0 : t.split("@")[1]) || S.createElement("i", null, "Unknown organization"),
51494
- N = tt("member", r),
51495
- w = _slicedToArray(N, 2),
51496
- O = w[0],
51497
- R = w[1];
51494
+ N = (null == p || null === (t = p[0]) || void 0 === t ? void 0 : t.split("@")[1]) || S.createElement("i", null, "Unknown organization"),
51495
+ w = tt("member", r),
51496
+ O = _slicedToArray(w, 2),
51497
+ R = O[0],
51498
+ P = O[1];
51498
51499
  return S.createElement("div", {
51499
- className: O,
51500
+ className: R,
51500
51501
  style: s
51501
51502
  }, S.createElement($n, {
51502
51503
  personID: a,
51503
51504
  displayStatus: o,
51504
- className: R("avatar")
51505
+ className: P("avatar")
51505
51506
  }), S.createElement("div", {
51506
- className: R("details")
51507
+ className: P("details")
51507
51508
  }, S.createElement("div", {
51508
- className: R("name")
51509
- }, (null != u ? u : S.createElement(zl, {
51509
+ className: P("name")
51510
+ }, (null != f ? f : S.createElement(zl, {
51510
51511
  size: 18
51511
- })) || S.createElement("i", null, "Name not available"), E && S.createElement("span", {
51512
- className: R("guest")
51513
- }, " (Guest)")), x.length > 0 && S.createElement("div", {
51514
- className: R("roles")
51515
- }, x.join(", ")), g && S.createElement("div", {
51516
- className: R("organization")
51517
- }, f.name || A)), b && v && S.createElement(Or, {
51512
+ })) || S.createElement("i", null, "Name not available"), x && S.createElement("span", {
51513
+ className: P("guest")
51514
+ }, " (Guest)")), A.length > 0 && S.createElement("div", {
51515
+ className: P("roles")
51516
+ }, A.join(", ")), v && S.createElement("div", {
51517
+ className: P("organization")
51518
+ }, m.name || N)), C && b && S.createElement(Or, {
51518
51519
  name: "content-share",
51519
51520
  size: 16,
51520
- className: R("sharing")
51521
- }), b && y && S.createElement(Or, {
51521
+ className: P("sharing")
51522
+ }), C && g && S.createElement(Or, {
51522
51523
  name: "microphone",
51523
51524
  size: 16,
51524
- className: R("speaking")
51525
- }), b && m && S.createElement(Or, {
51525
+ className: P("speaking")
51526
+ }), C && y && S.createElement(Or, {
51526
51527
  name: "microphone-muted",
51527
51528
  size: 16,
51528
- className: R("muted")
51529
+ className: P("muted")
51529
51530
  }));
51530
51531
  }
51531
51532
  function dc(e) {
@@ -55863,7 +55864,7 @@ var defineProperty = defineProperty$1;
55863
55864
  exports.INTERNAL_US_INTEGRATION_CLUSTER_NAME = INTERNAL_US_INTEGRATION_CLUSTER_NAME;
55864
55865
  })(constants);
55865
55866
  var name$1 = "@webex/sdk-component-adapter";
55866
- var version = "1.112.11";
55867
+ var version = "1.112.12";
55867
55868
  const LOG_ARGS$1 = ['SDK-MEMBERSHIPS', `${name$1}-${version}`];
55868
55869
 
55869
55870
  // max parameter value must be greater than 0 and less than or equal to 1000
@@ -55942,7 +55943,8 @@ function getMembers(sdkMembers, meeting) {
55942
55943
  muted: member.isAudioMuted,
55943
55944
  sharing: member.isContentSharing,
55944
55945
  host: !!meeting.meetingInfo.isWebexScheduled && member.isModerator,
55945
- guest: member.isGuest
55946
+ guest: member.isGuest,
55947
+ name: member.name
55946
55948
  }));
55947
55949
  }
55948
55950
 
@@ -56954,7 +56956,7 @@ var WebexMeetings = Pc(wc(WebexMeetingsWidget), function (props) {
56954
56956
  },
56955
56957
  config: {
56956
56958
  appName: appName,
56957
- appVersion: "1.27.4",
56959
+ appVersion: "1.27.5",
56958
56960
  fedramp: props.fedramp,
56959
56961
  meetings: {
56960
56962
  experimental: {