setObserver

abstract fun setObserver(observer: CallObserver?)

Observes the call events

Since

0.1

Parameters

observer

Observer for the events of this call Only one observer should be set to receive call events. In case, multiple observers are set, then the last observer set will be triggered.