domain/repository/call library
Classes
- AbstractCallRepository
- OngoingCalls repository interface.
Exceptions / Errors
- CallAlreadyExistsException
- Cannot create a new OngoingCall in the specified Chat, because it exists already.
- CallAlreadyJoinedException
- Cannot join or start an OngoingCall as the authenticated MyUser has already joined it.
- CallDoesNotExistException
- Cannot join an OngoingCall as it doesn't exist on the client-side.
- CallIsInPopupException
- Cannot join or start an OngoingCall as it's maintained in a separate popup window.