Background I am trying to integrate Videos into a slide show presentation app. I have disabled the controls on the students side and have a play/pause button wired up to the YouTube API so that when it is clicked an event is triggered through pusher...
I have a code with subscribe private channels, and when I try make a subscription I have the next message: Pusher : Couldn't get auth info from your webapp : 404 Scenario: Javascript(Sencha touch) and PHP(Laravel) The subscription is in java...
Is it possible to define Pusher or PubNub as an Angular Service? Does someone have code examples of such an integration?...
I have a mobile application where users can talk to each others via a chat (user to user only, not chatroom). Today, everything is synchronous. We are considering switching the solution to something more "real time", maybe using PubNub or Pu...
I´m developing a chat with pusher and i need to send some data to the auth endpoint, is there any way to send data and access it via POST or GET ? Pusher.channel_auth_endpoint = '/server/client_auth'; pusher = new Pusher('public_key...
I'm using the Pusher Javascript library to create a realtime webapp. Everything works like a charm, however when I set the cluster parameter to eu (my users will be connecting from France only), I get an error. This is the code I use: var pushe...
I am using laravel 5.2, and implementing real time notification when a task is completed. I have one event and one listeners. My end goal is to show a javascript alert on the page when the event gets pushed. App\Events\User\App\Trigger\MarkTopicComp...
I have an application where users can follow other users. I want to have a real-time update system, display the total count of followers a user has. I've just started playing around with Firebase and Pusher, but I don't understand one thing...
I am trying to implement a variable price in the Stripe Checkout UI that will be updated by Pusher. I begin by assigning the Pusher message to a global variable called price. <script type="text/javascript"> var pusher = new P...
I'm just getting started with Pusher and so far everything is great. But I realize that as my user opens and closes, or clicks on an internal link in my site, the connection automatically disconnects as the page unloads. This would make the use...
©2020 All rights reserved.