Questions tagged [glip]
18 questions
0
votes
1 answer
Is there a way to view RingCentral App (formerly Glip) video call statistics using the RingCentral APIs?
I'm wondering if anybody has had success in viewing statistics about video calls in the RingCentral App.
For instance, the RingCentral API has lots of endpoints regarding posts, so I can see at a glance how many posts there were in my organization…

piisexactly3
- 779
- 7
- 16
0
votes
1 answer
Is there a way to update and delete a Glip team or group?
I can retrieve a list of groups/teams or an individual one by using the chats API, but I cannot find how to update or delete a group or a team.
The GET APIs I use successfully include:
Get Chat List
GET…

Grokify
- 15,092
- 6
- 60
- 81
0
votes
1 answer
RingCentral Glip Bot OAuth
What is the new way/method to implement OAuth for Glip Bot Apps in RingCentral Platform? (RingCentral Developer portal now has a way to get a permanent access token for Glip Bot Apps)
app.get('/oauth', function (req, res) {
if(!req.query.code){
…

Dibyendu Roy
- 93
- 2
- 10