onIncomingCall

open fun onIncomingCall(call: Call?)

Callback when call is incoming.

Parameters

call

incoming call


open fun onIncomingCall(call: Call?, hasActiveConflictCalls: Boolean)

Callback when call is incoming.

Parameters

call

incoming call

hasActiveConflictCalls

Indicates if this call is in conflict with any other active call or meeting. Proceeding to answer this call when "hasActiveConflictCalls" param is true would end all other active calls. This can be used by application to show appropriate UI to the user on implication of answering the call.