File tree 1 file changed +3
-8
lines changed
1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -324,13 +324,6 @@ const ui = {
324
324
isHidden: false ,
325
325
label: " Home Position" ,
326
326
},
327
- liveStreamingControlButtons: {
328
- isHidden: false ,
329
- startLabel: " Start Streaming" ,
330
- stopLabel: " Stop Streaming" ,
331
- speakerOnLabel: " Speaker On" ,
332
- speakerOffLabel: " Speaker Off" ,
333
- },
334
327
zoomControlButtons: {
335
328
isHidden: false ,
336
329
zoomInLabel: " Zoom In" ,
@@ -382,10 +375,12 @@ const viewer = new RICOH360Viewer({
382
375
});
383
376
384
377
viewer .start ({
385
- contentId: " 6b004f76-60cf-4f14-ae3c-49b7dee4aca2 " ,
378
+ contentId: " <Content ID from fetchContent> " ,
386
379
transform: " enhancement" ,
387
380
});
381
+
388
382
```
383
+
389
384
- Viewer is Ricoh embedded viewer API
390
385
- Viewer is initialized by specific a divId to inject the viewer UI into, an onFetchToken function for authorization and a CubeMapEnabled
391
386
- Viewer is started with a contentID (call ` fetchContent() ` function to get contentIDs) and a transform value ie. "enhancement" or "undefined"
You can’t perform that action at this time.
0 commit comments