-
Notifications
You must be signed in to change notification settings - Fork 731
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
[SDK] Migrate Services API from MatrixCallback mode to coroutines #2449
Comments
Currently working on |
CallSignalingService (1 method to migrate) is in progress in #2830 |
Looking at |
Looking at |
You can tick |
Should also make an issue for |
All that's left are these. (From easiest to hardest)
|
Thanks a lot for your work @Dominaezzz! I've updated the description of this issue. |
This work has already been started by @Dominaezzz , and this issue is here to track the progress and the remaining works.
Note: every new API should now use
suspend
functions instread ofMatrixCallback
List of services
AccountService
to suspend functions #2354)Other classes to migrate
The text was updated successfully, but these errors were encountered: