2205b8ad04dc6fd21afea1e00b13177c785a40cc
- 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.
Description
No description provided
Languages
Go
99.8%