lafay 2205b8ad04
All checks were successful
Build Backend / build (push) Successful in 17m44s
Build Backend / build-docker (push) Successful in 1m3s
feat(call): implement active call management and memory storage
- Introduced ActiveCall and ActiveParticipant types to manage call state in memory.
- Updated CallService interface to return ActiveCall instances for Invite, Accept, and End methods.
- Added methods for storing, retrieving, and removing active calls from memory, enhancing call handling efficiency.
- Implemented concurrency control with sync.RWMutex to ensure thread-safe access to active call data.
2026-03-28 07:20:02 +08:00
2026-03-09 21:28:58 +08:00
Description
No description provided
4.2 MiB
Languages
Go 99.8%