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

Allow Bidirectional Text Transfer using Flottform #107

Open
4 tasks
nidhal-labidi opened this issue Jan 13, 2025 · 0 comments · May be fixed by #108
Open
4 tasks

Allow Bidirectional Text Transfer using Flottform #107

nidhal-labidi opened this issue Jan 13, 2025 · 0 comments · May be fixed by #108

Comments

@nidhal-labidi
Copy link
Contributor

nidhal-labidi commented Jan 13, 2025

Description

The previous limitation of one-way communication restricted the library’s applicability in scenarios requiring real-time bidirectional text exchange, such as chat applications. We need to find a way to allow bidirectional text transfer.

Links / References

/-

Tasks / Definition of Done

  • Add two events for text-transfered, text-received instead of the event done.
  • Update the classes FlottformChannelClient, FlottformChannelHost, FlottformTextInputClient and FlottformTextInputHost
  • Build a messaging app to show how the bidirectional text transfer works
  • Update the other projects (for example where-are-you.at) which are using the old version of text transfer

Further information

Diagram showing the events emitted by FlottformTextInputHost and FlottformTextInputClient that can be used to update the UI.

Image
@nidhal-labidi nidhal-labidi linked a pull request Jan 13, 2025 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant