-
- Downloads
Added the full joining functionality (#3440)
* Added full joining functionality * Remove console logs
Showing
- .rubocop.yml 3 additions, 0 deletions.rubocop.yml
- app/controllers/api/v1/rooms_controller.rb 17 additions, 2 deletionsapp/controllers/api/v1/rooms_controller.rb
- app/javascript/channels/rooms_channel.jsx 2 additions, 2 deletionsapp/javascript/channels/rooms_channel.jsx
- app/javascript/components/rooms/RoomJoin.jsx 19 additions, 3 deletionsapp/javascript/components/rooms/RoomJoin.jsx
- app/javascript/components/shared/stylings/Spinner.jsx 1 addition, 2 deletionsapp/javascript/components/shared/stylings/Spinner.jsx
- app/javascript/hooks/queries/rooms/useRoomJoin.jsx 21 additions, 0 deletionsapp/javascript/hooks/queries/rooms/useRoomJoin.jsx
- app/javascript/hooks/queries/rooms/useRoomStatus.jsx 25 additions, 0 deletionsapp/javascript/hooks/queries/rooms/useRoomStatus.jsx
- app/services/big_blue_button_api.rb 8 additions, 0 deletionsapp/services/big_blue_button_api.rb
- config/routes.rb 2 additions, 0 deletionsconfig/routes.rb
- spec/controllers/rooms_controller_spec.rb 28 additions, 0 deletionsspec/controllers/rooms_controller_spec.rb
Please register or sign in to comment