Conference Log
The conference log service.
This class allows performing conference log related actions like obtaining the conference entries within a certain time interval. It also allows adding a listener to receive new conference entries (@see ConferenceLogListener).
Functions
Link copied to clipboard
Adds a listener to receive new conference entry events.
Link copied to clipboard
fun getConferenceEntries(before: Date?, after: Date?, limit: Int = 10, sortDescending: Boolean = true, onCompletion: (Either<List<ConferenceEntry>, SippoResourceError>) -> Unit)
Content copied to clipboard
Fetches the conference log entries related to this user within the specified time interval.
Link copied to clipboard
fun getMissedCalls(onCompletion: (Either<List<MissedCall>, SippoResourceError>) -> Unit)
Content copied to clipboard
Fetches the missing calls related to this user within the specified time interval.
Link copied to clipboard
Mark the missed call as read.
Link copied to clipboard
Removes the specified listener.