-
Notifications
You must be signed in to change notification settings - Fork 0
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
Send Audio in broadcast list #614
Comments
Did we not finished all the task for "Broadcast" ? Why are we opening task now? |
Previously this was implemented using sending attachments in loop. When @sojharo started to work on it, he suggested more efficient way to do this using single endpoint. He has wrote a new endpoint on server for sending attachments in broadcast using single API call. Cloudkibo/CloudKibo#509 . Need to modify client side code accordingly. |
what is the status of this? When you show any test on today's list then you need to update what was done and what was not done. You have already implemented attached document logic so why we are NOT LEVERAGING THOSE WORK AND CLOSING THEM. THIS IS NOT A GAME |
Was not able to work on this yesterday. Completed and tested code for upload. Completed code for downloading. Needs some testing |
So this is not complete? |
This has been completed |
Thanks |
This task is to attach audio in broadcast chat message. The attachment will go to everybody in the broadcast list. We would cover both upload and download.
This is dependent on server side task Cloudkibo/CloudKibo#509
The text was updated successfully, but these errors were encountered: