<?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 How do you relate room id from embedded app to api? in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/how-do-you-relate-room-id-from-embedded-app-to-api/m-p/4688845#M1474</link>
    <description>&lt;P&gt;I am trying to get the room id that relates to the id's in the WebEx API from the room id that you can retrieve in the embedded app sdk and can not seem to find any documentation, examples, or any conversation about the problem. Can someone please point me in the right direction or explain what these "Spaces" are if they are not rooms. When I was reading the documentation for the embedded app sdk I noticed that they referred to the spaces as rooms in parenthesis afterwards, and I wasn't sure if that meant that it is the same thing or not.&lt;/P&gt;</description>
    <pubDate>Sat, 17 Sep 2022 03:44:38 GMT</pubDate>
    <dc:creator>damienostler1</dc:creator>
    <dc:date>2022-09-17T03:44:38Z</dc:date>
    <item>
      <title>How do you relate room id from embedded app to api?</title>
      <link>https://community.cisco.com/t5/webex-for-developers/how-do-you-relate-room-id-from-embedded-app-to-api/m-p/4688845#M1474</link>
      <description>&lt;P&gt;I am trying to get the room id that relates to the id's in the WebEx API from the room id that you can retrieve in the embedded app sdk and can not seem to find any documentation, examples, or any conversation about the problem. Can someone please point me in the right direction or explain what these "Spaces" are if they are not rooms. When I was reading the documentation for the embedded app sdk I noticed that they referred to the spaces as rooms in parenthesis afterwards, and I wasn't sure if that meant that it is the same thing or not.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Sep 2022 03:44:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/how-do-you-relate-room-id-from-embedded-app-to-api/m-p/4688845#M1474</guid>
      <dc:creator>damienostler1</dc:creator>
      <dc:date>2022-09-17T03:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do you relate room id from embedded app to api?</title>
      <link>https://community.cisco.com/t5/webex-for-developers/how-do-you-relate-room-id-from-embedded-app-to-api/m-p/4688875#M1475</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;When I was reading the documentation for the embedded app sdk I noticed that they referred to the spaces as rooms in parenthesis afterwards, and I wasn't sure if that meant that it is the same thing or not.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Space/Room is used interchangeably but refers to same entity. We would recommend you to please refer to&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developer.webex.com/docs/embedded-apps" rel="noopener noreferrer" target="_blank"&gt;Embedded Apps&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;documentation to gain in-depth knowledge about it. In context of Space/Room ID:&lt;/SPAN&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;DIV class="zd-indent"&gt;
&lt;P&gt;&lt;STRONG&gt;Space&lt;/STRONG&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV class="zd-indent"&gt;
&lt;P&gt;Represents a Space object returned by a call to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developer.webex.com/docs/embedded-apps-api-reference#Webex.Application.Context+getSpace" rel="noopener noreferrer" target="_blank"&gt;getSpace()&lt;/A&gt;.&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV class="zd-indent"&gt;
&lt;P&gt;&lt;STRONG&gt;Properties&lt;/STRONG&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;UL dir="auto"&gt;
&lt;LI&gt;&lt;CODE&gt;id&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;string&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;-- ID of the space (room) in which the app is running. If&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developer.webex.com/docs/embedded-apps-api-reference#Webex.Application+isPrivateDataAvailable" rel="noopener noreferrer" target="_blank"&gt;app.isPrivateDataAvailable&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;true&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;this property is set to the ID of the Webex space, and can used with the Webex REST APIs. If&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developer.webex.com/docs/embedded-apps-api-reference#Webex.Application+isPrivateDataAvailable" rel="noopener noreferrer" target="_blank"&gt;app.isPrivateDataAvailable&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;false&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;this property is set to a unique ("derived") value that is guaranteed to be consistent for all app users, but cannot be used with the Webex REST APIs.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;source:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developer.webex.com/docs/embedded-apps-api-reference#Space" rel="noopener noreferrer" target="_blank"&gt;https://developer.webex.com/docs/embedded-apps-api-reference#Space&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;We have replied to your support ticket as well. Hope this helps!&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Sat, 17 Sep 2022 08:03:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/how-do-you-relate-room-id-from-embedded-app-to-api/m-p/4688875#M1475</guid>
      <dc:creator>Rudrakshi</dc:creator>
      <dc:date>2022-09-17T08:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do you relate room id from embedded app to api?</title>
      <link>https://community.cisco.com/t5/webex-for-developers/how-do-you-relate-room-id-from-embedded-app-to-api/m-p/4689217#M1477</link>
      <description>&lt;P&gt;The problem ended up being that the ID that you retrieve from the REST API is a string with a region path and the id at the end, base64 encoded. If you decode the ID you recieve from the REST API and remove everything before, and including the last slash, you will have the ID that the embedded app sdk gives you.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Sep 2022 20:52:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/how-do-you-relate-room-id-from-embedded-app-to-api/m-p/4689217#M1477</guid>
      <dc:creator>damienostler1</dc:creator>
      <dc:date>2022-09-18T20:52:22Z</dc:date>
    </item>
  </channel>
</rss>

