markCallGroupVoicemailAsRead
abstract fun markCallGroupVoicemailAsRead(callGroupId: String, voicemailId: String, listener: RainbowListener<Unit, Unit>? = null)
Marks a call group voicemail as read.
Parameters
callGroupId
String the unique identifier of the call group
voicemailId
String the unique identifier of the voicemail
listener
RainbowListener