1. c45a43d Rename CallProvider.tsx to CallManager.tsx by idillon · 1 year, 5 months ago[Renamed (97%) from client/src/contexts/CallProvider.tsx]
  2. 255682e Transform CallProvider into 'CallManager' hook, review WebSocket messages for calls by idillon · 1 year, 5 months ago
  3. 27dab02 Move "user media" logic into its own provider. by idillon · 1 year, 5 months ago
  4. a4b96ab Ensure WebSocket client is never undefined by idillon · 1 year, 5 months ago
  5. cf42c65 Merge WebRtcProvider into CallProvider by idillon · 1 year, 5 months ago
  6. 07d31cc Divide Conversation into ConversationInfos, ConversationMember, and ConversationSummary by idillon · 1 year, 7 months ago
  7. c050d9c Add small UX improvements to call by Michelle Sepkap Sime · 1 year, 7 months ago
  8. 5c67796 Fix components rerendering unnecessarily by simon · 1 year, 7 months ago
  9. e35acc2 Change conversation during call by simon · 1 year, 7 months ago
  10. cfa4430 Create new interfaces for objects transmitted using the REST API by Misha Krieger-Raynauld · 1 year, 7 months ago
  11. 1e2bf34 Enable screen sharing by simon · 1 year, 7 months ago
  12. 09fe482 Remove non-null assertion in ConversationProvider by simon · 1 year, 7 months ago
  13. 571240f Remove volume button in call interface in Firefox by simon · 1 year, 7 months ago
  14. 492e840 Switch audio/video devices while in call by simon · 1 year, 7 months ago
  15. 9c8779e Use callstatus instead of new var by Charlie · 1 year, 7 months ago
  16. d0cc3e3 Replace Date.getTime() with Date.now() by Misha Krieger-Raynauld · 1 year, 7 months ago
  17. c444ab7 Disable answer button on click by Charlie · 1 year, 7 months ago
  18. 9076a9a Improve permission handling in call flow by simon · 1 year, 7 months ago
  19. 380dc5e Handle ICE state failed by Charlie · 1 year, 7 months ago
  20. b837e8f End call when connection is lost by Charlie · 1 year, 8 months ago
  21. f353ef4 Add wrapper comp to WebRtcProvider, CallProvider by simon · 1 year, 8 months ago
  22. c18d640 Validate conversationId by Charlie · 1 year, 8 months ago
  23. 8b4756f Fix permissions in call by simon · 1 year, 8 months ago
  24. 5516420 Bind call buttons and set ringing timeout by MichelleSS · 1 year, 8 months ago
  25. accd802 Add endCall function to CallContext by simon · 1 year, 8 months ago
  26. feaa1db Temporarily remove strict mode to fix the call by simon · 1 year, 8 months ago
  27. e382a30 Add elapsed time to call interface by Gabriel Rochon · 1 year, 8 months ago
  28. 2a5cf14 Enable fullscreen button in call by simon · 1 year, 8 months ago
  29. f9d78f2 Add toggleable chat drawer in call by simon · 1 year, 8 months ago
  30. ff1cb35 Redirect user from call page when not in call by simon · 1 year, 8 months ago
  31. 20cf1c8 Refactor WebSocket message interfaces by Misha Krieger-Raynauld · 1 year, 8 months ago
  32. f929a36 Implement proper WebRTC call management by simon · 1 year, 8 months ago
  33. ce2c0c4 Bind Webcam and WebRTC video stream to CallInterface by simon · 1 year, 8 months ago
  34. 1170c32 Add routing for call page by simon · 1 year, 8 months ago