Vlad Lukhanin
Vlad Lukhanin
@ahmaddmuneeb To solve "Unknown" you have to pass the right parameters to the push notification's payload in `ConnectyCube.pushnotifications.events.create(..)`, try to modify title/body/message inside your params: ```javascript const payload = JSON.stringify(params);...
Hi, @itsArfinn It is an uncommon thing. Usually, we need to know the amount of unread messages for each dialog. The "want to get the count of message received and...
@faisalur-rehman It will better manage the chat connection without auto-reconnect. The `reconnect: {enable: true}` works while WS is opened, but mobile OS usually kills the WS connections after some time...
Hi @muneeb-mt Please check the getUserMedia(mediaOptions) - is the audio = true? Or check your mic input, which must be permitted by the system. It seems that you didn't manage...
Based on the error message: 1. Make sure you are passing the correct parameters to `getUserMedia`. 2. Ensure that you haven't blocked the microphone permissions on your system (you might...
@DavidLevi77 please tell us which sample you are talking about?
The name must be ".env", not "1.env"