Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit b92c85c

Browse files
starwarfanxiandeatintel
authored and
xiandeatintel
committed
Expose analytics functions in REST (#161)
* Expose analytics functions in rest * Fix analytics interface names
1 parent c23e305 commit b92c85c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/sdk/rest/API.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1489,6 +1489,11 @@ OWT_REST.API = (function(OWT_REST) {
14891489
updateRecording: updateRecording,
14901490
stopRecording: stopRecording,
14911491

1492+
//Analytics management
1493+
getAnalytics: getAnalytics,
1494+
startAnalytics: startAnalytics,
1495+
stopAnalytics: stopAnalytics,
1496+
14921497
//Sip calls management
14931498
getSipCalls: getSipCalls,
14941499
makeSipCall: makeSipCall,

0 commit comments

Comments
 (0)