Questions tagged [rtm]

Real Time Messaging API in Slack. Don't use for RTM versions of something. For Restricted Transaction Memory, use intel-tsx tag instead.

RTM means Real Time Messaging API in Slack.

It could also mean Release To Manufacturing (or Ready To Market) product state. In this case only appropriate product tag should be used, e.g. just , not and .

For Restricted Transaction Memory please use , which covers both Hardware Lock Elision and Restricted Transaction Memory.

33 questions
1
vote
0 answers

Slack Integraton with Laravel Issues

I am trying to install slack node library, but not able to do it successfully. I installed this library successfully on laravel 5.4 using node js. And my gulpfile is upgraded from 5.3 to 5.4 and attached below. npm install @slack/client --save…
shuvendu
  • 11
  • 2
1
vote
0 answers

How to get the value from global resource file in class library

I have two versions of visual studio 2010 installed on two laptops. One machine has VS2010 professional edition. another one has VS2010 Ultimate RTM. I have created a website, where I would like to get the value of common messages from Resource…
BlueMoon
  • 51
  • 4
  • 13
0
votes
2 answers

Use formula to get "B" Break Time for each agent in the first column

enter image description here I want to know the correct function to use here to get the break for each agent
0
votes
1 answer

Flutter: Not login Agora RTM

I have a problem when trying to log in with Agora RTM, if the name of the channel and the user is the same it allows me to log in but if the name of the channel is different from the username, it does not allow me to log in, some idea?
0
votes
2 answers

Why can't I login to the Agora RTM?

I am trying to implement RTM in my app, I followed the official document step by step but when I try to login to the RTM server (using the App ID only method) nothing happens and the code that I implement based on the login never get implemented, I…
0
votes
1 answer

Agora RTM(Real Time messaging) in android

I am trying to create messaging app for my project using agora RTM. I have downloaded the demo app for android but the problem is, it is asking me userId(Account). I dont know which userId it is asking me. Can anybody please help me?
Sudeep
  • 129
  • 10
0
votes
1 answer

Nothing happening while listening for messages using Slack RTM API

I have a classic app key without granular permissions, and the key works when I test it using Slack's api tester for rtm.start. But when I try to run the code bellow, nothing happens after rtm_client.start. the message "I'm listening" in…
StarSweeper
  • 397
  • 2
  • 4
  • 28
0
votes
1 answer

How to optimize the below VB Code? It is taking lot of time to run and Excel is hanging every time

I am creating a Requirement Traceablity M matrix in the Excel sheet and below VB code is taking more time to execute and excel sheet is hanging for 5 minutes every time I enter something in a cell. VBA code: Function…
user4934574
0
votes
1 answer

Slack RTM API post from a given username

I have integrated the Slack RTM API into my program, and I am able to post to Slack as well as receive new messages from Slack. The one problem I am having is when posting to Slack, the post comes from my username. I know it is possible to change…
0
votes
0 answers

slack bot RTM API monitor the channel's activity

I am using simple template of slack bot RTM API, that is given at https://github.com/slackapi/node-slack-sdk I want to monitor the channel's activity, for example, is channel is salient (no messages) for few minutes, I want to send some message. How…
com
  • 2,606
  • 6
  • 29
  • 44
0
votes
1 answer

slack RTM API get channel list

I am using simple template of slack bot RTM API, that is given at https://github.com/slackapi/node-slack-sdk var RtmClient = require('@slack/client').RtmClient; var CLIENT_EVENTS = require('@slack/client').CLIENT_EVENTS; var bot_token =…
com
  • 2,606
  • 6
  • 29
  • 44
0
votes
2 answers

Slack & monitor private messages

I'm making an app that plans to monitor slack messages. Using RTM, i'm already monitoring the public channels, but is there a way of monitoring private communication ? I saw there is Compliance Exports but it's far away of what I want to do as I…
Delconi
  • 23
  • 4
0
votes
1 answer

Switch from Asp.net Rc1 to Rtm throws exception that i dont understand

I made a new Project in Rtm and transferred then my code to that project. I got it so far that I don’t get any errors in VS. When I try to start the IIS I get this error: Could not load file or assembly 'System.Interactive.Async,…
Sknecht
  • 984
  • 2
  • 11
  • 31
0
votes
1 answer

Messaging a user a bot does not know

I am using the Slack RTM node client and having a bit of an issue with DM's. Say a user joins the channel who has never DM'ed the bot before, the user types a command in the channel that the bot usually will respond to and by default the bot…
Catharsis
  • 616
  • 4
  • 20
0
votes
1 answer

Can't restore nuget packages on ASP.NET 5 project with VS2015 RTM

I'm trying to start a sample project with ASP.NET 5, but when I build my solution, it fails because no packages were downloaded, even if I try to restore or install them. If I make the same steps with another type of project, nuget works fine and it…
Juan Francisco
  • 179
  • 3
  • 10