fetchCallGroupVoicemailList

abstract fun fetchCallGroupVoicemailList(callGroupId: String, listener: RainbowListener<List<Voicemail>, Unit>? = null)

Fetches a list of voicemails for a given call group.

Parameters

callGroupId

String the unique identifier of the call group

listener

RainbowListener optional callback (onError, onSuccess)