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

Voice Broadcast - Send state events #7273

Merged
merged 15 commits into from
Oct 7, 2022

Commits on Oct 6, 2022

  1. Add "io.element.voice_broadcast_info" state event

    Florian Renaud committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    4091d27 View commit details
    Browse the repository at this point in the history
  2. Add voice broadcast use cases

    Florian Renaud committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    d08cfe1 View commit details
    Browse the repository at this point in the history
  3. Add several voice broadcast actions

    Florian Renaud committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    bcc84c8 View commit details
    Browse the repository at this point in the history
  4. Add basic timeline voice broadcast item

    Florian Renaud committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    daf4fc0 View commit details
    Browse the repository at this point in the history
  5. Add deletion action on voice broadcast event

    Florian Renaud committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    e4a52e1 View commit details
    Browse the repository at this point in the history
  6. Add unit tests for use cases

    Florian Renaud committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    1bc8947 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    faeb078 View commit details
    Browse the repository at this point in the history
  8. Add changelog file

    Florian Renaud committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    0c5d4c5 View commit details
    Browse the repository at this point in the history
  9. Add VoiceBroadcastEvent wrapper

    Florian Renaud committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    b9bb7d7 View commit details
    Browse the repository at this point in the history
  10. Verify that there is no ongoing voice broadcast before starting a new…

    … one
    Florian Renaud committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    e4e953a View commit details
    Browse the repository at this point in the history
  11. Reorder VoiceBroadcastAction switch cases

    Florian Renaud committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    01e0383 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    05b8f7d View commit details
    Browse the repository at this point in the history
  13. Pass VoiceBroadcastState in MessageVoiceBroadcastItem

    Florian Renaud committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    521af70 View commit details
    Browse the repository at this point in the history
  14. Use session.getRoom(roomId)

    Florian Renaud committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    30f33d3 View commit details
    Browse the repository at this point in the history
  15. Catch error and return Result in useCases

    Florian Renaud committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    b286a52 View commit details
    Browse the repository at this point in the history