Chatkit is designed to make it as simple as possible to add chat to your app. It lets you add 1-1 and group chat to your app, along with typing indicators, file attachments and storage, user online presence and a flexible permissions system.
Questions tagged [chatkit]
34 questions
0
votes
1 answer
Call to undefined method Chatkit\Chatkit::sendMultipartMessage()
I have chatkit version 1.1 installed. I used sendMessage() method to send text message. Now i want to use sendMultipartMessage() method but got "Call to undefined method Chatkit\Chatkit::sendMultipartMessage()". sendSimpleMessage is not working…

weaver
- 453
- 1
- 8
- 21
0
votes
1 answer
Missing Https Headers For Pusher ChatKit Api
i'm trying to get ChatKit to FlutterSDK, but i'm facing a little tiny problem ,,
i'm sending request to ChatKit End Point ,, but i think i'm missing headers so i never get authed ,, (reponse Code 401)
so what i should use as header?
i was trying to…

Saifallak
- 1,234
- 2
- 13
- 28
0
votes
1 answer
TypeError: this.state.currentUser.isTypingIn is not a function
I am building a chat app with React and Chat Kit but the above error occurs when I try to implement my realtime indicator. I'd taken the following steps :
I created a stateless component TypingIndicator.js
` import React, { Component } from…

Afeez Jimoh
- 121
- 4
0
votes
1 answer
Kick off separate redux-saga on login and logout
I'm learning Redux-Saga and having a bit of trouble wrapping my head round the correct flow for connectng people to a chat service (Chatkit by Pusher) when they log in and disconnecting them on logout.
So far I have an "auth" saga which waits for a…

jonhobbs
- 26,684
- 35
- 115
- 170