<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Embedded meeting - getUser Error: NOT_SUPPORTED in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/embedded-meeting-getuser-error-not-supported/m-p/4931755#M2476</link>
    <description>&lt;P&gt;Turns out I was using the v1 api docs, not v2.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-09-29 at 21.08.22.png" style="width: 986px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/198462i70561D6165A070CC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-09-29 at 21.08.22.png" alt="Screenshot 2023-09-29 at 21.08.22.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Sep 2023 20:08:57 GMT</pubDate>
    <dc:creator>lbslbm0iz2</dc:creator>
    <dc:date>2023-09-29T20:08:57Z</dc:date>
    <item>
      <title>Embedded meeting - getUser Error: NOT_SUPPORTED</title>
      <link>https://community.cisco.com/t5/webex-for-developers/embedded-meeting-getuser-error-not-supported/m-p/4931352#M2475</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;I've put together an embedded app and am trying to access the user id. When I attempt getUser I receive an error 6 - &lt;STRONG&gt;NOT_SUPPORTED&lt;/STRONG&gt;. From the documentation, I can't see why that might be. I'm running this in the development console belonging to the app session in a Meeting as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;window.webexInstance.context.getUser().then((user) =&amp;gt; {
    console.log("user", user)
}).catch((errorcode) =&amp;gt; {
    console.log("Error", errorcode)
});&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And that produces the following output&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;[Log] [INFO - (sdk)] timestamp: "2023-09-29T05:56:19.143Z" RequestManager: set: requestId=wzptvfi6o7tcz5b25bwt request=application.context.getUser
&amp;lt; Promise {status: "pending"}
[Log] [INFO - (sdk)] timestamp: "2023-09-29T05:56:19.151Z" ApplicationApi: SDK received requestId wzptvfi6o7tcz5b25bwt
[Log] [INFO - (sdk)] timestamp: "2023-09-29T05:56:19.151Z" ApplicationApi: handleNativeResponse: response: request=application.context.getUser requestId=wzptvfi6o7tcz5b25bwt
[Log] [INFO - (sdk)] timestamp: "2023-09-29T05:56:19.151Z" RequestManager: setLastError: request=application.context.getUser code=6
[Log] [INFO - (sdk)] timestamp: "2023-09-29T05:56:19.151Z" RequestManager: delete: requestId=wzptvfi6o7tcz5b25bwt request=application.context.getUser
[Log] Error – 6&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've looked up Error Code 6, and it corresponds with &lt;STRONG&gt;NOT_SUPPORTED&lt;/STRONG&gt; - "Call failed because the feature is not supported."&lt;/P&gt;&lt;P&gt;Curiously running getMeeting in the same context works fine&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;window.webexInstance.context.getMeeting().then((meeting) =&amp;gt; {
    console.log("meeting: ", meeting)
}).catch((errorcode) =&amp;gt; {
    console.log("Error", errorcode)
});&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Producing the following output&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;[Log] [INFO - (sdk)] timestamp: "2023-09-29T05:53:01.683Z" RequestManager: set: requestId=s2ot96dcvpbr1c8m9cixd request=application.context.getMeeting
&amp;lt; Promise {status: "pending"}
[Log] [INFO - (sdk)] timestamp: "2023-09-29T05:53:01.693Z" ApplicationApi: SDK received requestId s2ot96dcvpbr1c8m9cixd
[Log] [INFO - (sdk)] timestamp: "2023-09-29T05:53:01.693Z" ApplicationApi: handleNativeResponse: response: request=application.context.getMeeting requestId=s2ot96dcvpbr1c8m9cixd
[Log] [INFO - (sdk)] timestamp: "2023-09-29T05:53:01.693Z" ApplicationApi: update: application.context.getMeeting
[Log] [INFO - (sdk)] timestamp: "2023-09-29T05:53:01.694Z" RequestManager: setLastError: request=application.context.getMeeting code=0
[Log] [INFO - (sdk)] timestamp: "2023-09-29T05:53:01.694Z" RequestManager: delete: requestId=s2ot96dcvpbr1c8m9cixd request=application.context.getMeeting
[Log] [INFO - (sdk)] timestamp: "2023-09-29T05:53:01.694Z" ApplicationApi: resolve msg: request=application.context.getMeeting
[Log] meeting:  – {conferenceId: "272897613835060617", displayName: "", endTime: "2023-09-29T06:10:00.000Z", …}
{conferenceId: "272897613835060617", displayName: "", endTime: "2023-09-29T06:10:00.000Z", id: "e5864c63a49243e0ba545e06e0dd3129", instanceId: "9537a63d-14f0-5578-93f4-26629537e486", …}Object&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I do have PII enabled - though I wouldn't have thought it was necessary as I'm not attempting to access emails, etc.&lt;/P&gt;&lt;P&gt;Is there something I'm missing?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 06:01:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/embedded-meeting-getuser-error-not-supported/m-p/4931352#M2475</guid>
      <dc:creator>lbslbm0iz2</dc:creator>
      <dc:date>2023-09-29T06:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded meeting - getUser Error: NOT_SUPPORTED</title>
      <link>https://community.cisco.com/t5/webex-for-developers/embedded-meeting-getuser-error-not-supported/m-p/4931755#M2476</link>
      <description>&lt;P&gt;Turns out I was using the v1 api docs, not v2.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-09-29 at 21.08.22.png" style="width: 986px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/198462i70561D6165A070CC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-09-29 at 21.08.22.png" alt="Screenshot 2023-09-29 at 21.08.22.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 20:08:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/embedded-meeting-getuser-error-not-supported/m-p/4931755#M2476</guid>
      <dc:creator>lbslbm0iz2</dc:creator>
      <dc:date>2023-09-29T20:08:57Z</dc:date>
    </item>
  </channel>
</rss>

