Issue in Rest service Domino API for Decline - lotus-domino

Problem scenario:-
Organiser sends a meeting request to attendee for 17th Oct. Attendee accepts the request. Organiser Reschedules the meeting to 18th Oct. Attendee sees 2 meetings, one on 17th(original) and another on 18th(Rescheduled). The get meetings api : http://{host}/{filenamepath}/api/calendar/events , also gives 2 events. Till this, it is valid.
Now, Attendee declines the rescheduled meeting using http://{host}/{filenamepath}/api/calendar/notices/{noticeid}/action?type=decline. Both the meetings are removed from the attendee’s calendar, which is also right.
But the get meetings api still gives me a response with 1 event, i.e. the Rescheduled meeting. Am I wrong on the api call for declining the notice?

Related

how to active gupshup Opted user in WhastAppa Api

I'm using Gupshup for WhatsApp business API
in that I can send a message to only active status is active, is there any API to active the opted user
If you are asking about sending a message to a user for the first time this article may be helpful.
The only way to message a user who hasn't messaged you in the last 24 hours is with a Message Template message.
https://developers.facebook.com/docs/whatsapp/api/messages#cut-off-control

Limit user in conference room in antmedia

I have a 1:1 conference room (say "Room1") setup using Ant Media as the streaming server in a web application. I also need to record the videos. I followed this page
Q1. How do I limit no of users in this conference room ("Room1") to 2? I tried counting streams but it works on the individual client-side. A third person joins, it overrides the video of the second person.
Q2. Is there a way to initiate recording only if both the persons have joined the room?
Let me explain your questions:
You can use a One-Time token or Hash-based token for the limitation. If room capacity reaches 2, you cannot call token REST Service and you can show "reached 2 clients" warning.
One of my colleagues working REST Service for streams in Conference Room. You can call this REST Service and you can check the streams in Conference room. When room capacity reaches 2 clients, you can call recording REST Service as a link

Whatsapp Business API Groups

What are the restrictions for whatsapp Business API Groups.
Can I send messages all the time, or are these messages also restricted by the 24hr session time.
How many groups can I create, could I e.g. create 100 groups, 1 for every person attending some event?
Is there anywhere I can find the pricing for creating these groups?
From WhatsApp API FAQ
Can I send any message to any user at any time?
No.
If a user contacts an enterprise, the enterprise can respond with any type of message in the next 24 hours. This type of message is free.
But if the enterprise is contacting a user before the user sends a message or after more than 24 hours have passed, the enterprise can only send a message template. This is a paid notification.
Free-form text messages and media messages will not work outside this 24 hour window. They will result in a failure callback with error 470.
How many messages per second can I send?
The maximum tested outbound message rate is 20 messages per second.

Notification after subscription through authorize.net

I am a developer and set up authorize.net for subscription. Suppose I subscribed for 12 months from January. I can get transaction id and payment status and other necessary information on January or after first payment. But how can I get the transaction id and payment status and other necessary information on 2nd, 3rd, 4th payment and so on.
If you want to be notified of payments and retrieve all of the relevant information about them in an automated fashion use their Silent Post functionality. It is like Paypal's IPN as it will post transaction information to your website so you can record it in your database in real time.
You will get this information inside Authorize.Net Merchant Interface : https://account.authorize.net
Under the
Recurring Billing
option, inside the
Transaction Status Report
page you will find the
Monthly Transaction Status Dashboard
which contains the Subscriptions transaction details
There is also an ARB Email Notifications options to get this transactions in email, under the Recurring Billing option

Paypal Rest API - Immediate Payment life time

i didn't find any information about life time of payments with intent "sale". If a user cancel's payment by closing the paypal window, then i should be abled to continue payment by looking up the payment via api and redirect him to the approval url. But this works only for a certain time span. I'm abled to look up payments from yesterday, the response tells me about a payment state of "created" but after redirection to the approve_url paypal's website says:
Your Session has ended.
This transaction has expired. Please return to the recipient's website to complete your transaction using their regular checkout flow.
I guess i should create a new payment in that case. But how long should i wait before creating a new payment, because payments with age.. - lets say about 1 hour are still valid?
TIA
The user has three hours to approve of the PayPal payment before a new payment must be created.