getProcessParticipants

abstract suspend fun getProcessParticipants(context: Context): List<STWContact>?

Gets the list of participants in the given processes.

Return

List of STWContact. participants contacts

Parameters

context

Context The application context.