Skip to content

Commit 423ae6f

Browse files
authored
Merge pull request #16 from codetricity/jesse-no-livestream-button
deleted livestream button in Structure code snippet
2 parents 9a1d255 + edb4889 commit 423ae6f

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

docs/structure.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -324,13 +324,6 @@ const ui = {
324324
isHidden: false,
325325
label: "Home Position",
326326
},
327-
liveStreamingControlButtons: {
328-
isHidden: false,
329-
startLabel: "Start Streaming",
330-
stopLabel: "Stop Streaming",
331-
speakerOnLabel: "Speaker On",
332-
speakerOffLabel: "Speaker Off",
333-
},
334327
zoomControlButtons: {
335328
isHidden: false,
336329
zoomInLabel: "Zoom In",
@@ -382,10 +375,12 @@ const viewer = new RICOH360Viewer({
382375
});
383376

384377
viewer.start({
385-
contentId: "6b004f76-60cf-4f14-ae3c-49b7dee4aca2",
378+
contentId: "<Content ID from fetchContent>",
386379
transform: "enhancement",
387380
});
381+
388382
```
383+
389384
- Viewer is Ricoh embedded viewer API
390385
- Viewer is initialized by specific a divId to inject the viewer UI into, an onFetchToken function for authorization and a CubeMapEnabled
391386
- Viewer is started with a contentID (call `fetchContent()` function to get contentIDs) and a transform value ie. "enhancement" or "undefined"

0 commit comments

Comments
 (0)