Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request to provide send messages to websocket #214

Open
ayechan-maung opened this issue Dec 10, 2023 · 0 comments
Open

Request to provide send messages to websocket #214

ayechan-maung opened this issue Dec 10, 2023 · 0 comments
Labels
enhancement New feature or request new A new issue!

Comments

@ayechan-maung
Copy link

Trouble with no response message from server
I am making an app using BBB server. Fortunately, I've found your repository and it's very helpful for me thanks. I fixed the outdated dependencies and test. The problem is the server does not response any message when the client send chat message, poll like that. The question is where do I find the source like send message parameters to the websocket? I think the sending type changed in BBB server update.
{ "msg": "method", "method": "sendGroupChatMsg", "params": [ msg.chatID ?? defaultChatID, { "color": 0, "correlationId": msgId, "sender": { "id": senderID, "name": _meetingInfo.fullUserName, }, "message": msg.content, }, ], }
The server does not return anything with this kind of parameter.

@ayechan-maung ayechan-maung added enhancement New feature or request new A new issue! labels Dec 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new A new issue!
Projects
None yet
Development

No branches or pull requests

1 participant