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

Commit db7d9c6

Browse files
committed
Expose analytics functions in rest
1 parent 4e38ba5 commit db7d9c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/sdk/rest/API.js

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

1492+
//Analytics management
1493+
startAnalyzing: startAnalyzing,
1494+
stopAnalyzing: stopAnalyzing,
1495+
14921496
//Sip calls management
14931497
getSipCalls: getSipCalls,
14941498
makeSipCall: makeSipCall,

0 commit comments

Comments
 (0)