onNewConference

abstract fun onNewConference(conferences: Conferences, conference: Conference)

Performs any actions that could be required when a new conference is received. It is invoked taking into account whether the user has enabled the Do-not-disturb option or not.

Parameters

conferences

Conference service.

conference

Received conference.