CiscoCisco
300-835 · Question #53
300-835 Question #53: Real Exam Question with Answer & Explanation
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Space Widget</title> <script src="https://code.s4d.io/widget-space/production/bundle.js"></script> <link rel="stylesheet" href="https://code.s4d.io/widget-space/production/main.css"> </head> <body> <div id="my-webexteams
Cloud Collaboration
Question
Drag and drop the code snippets from the bottom onto the blanks in the code to embed a Webex Space Widget on a web page. Not all options are used.
Explanation
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Space Widget</title> <script src="https://code.s4d.io/widget-space/production/bundle.js"></script> <link rel="stylesheet" href="https://code.s4d.io/widget-space/production/main.css"> </head> <body> <div id="my-webexteams-widget" style="width: 500px; height: 500px;"></div> <script> var widgetEl = document.getElementById('my-webexteams-widget'); webex.widget(widgetEl, { accessToken: 'ACCESS_TOKEN', spaceId: 'SPACE_ID', destinationType: 'spaceId' }); </script> </body> </html>Topics
#Webex Widget#API Integration#JavaScript SDK#Collaboration Development
Community Discussion
No community discussion yet for this question.