registerForSessionEvents

open fun registerForSessionEvents(    @Nullable incomingSessionsListener: IncomingSessionsListener,     @Nullable stateListener: SessionStateListener,     @Nullable sessionParticipantEventListener: SessionParticipantEventListener,     @Nullable pocFloorControlEventListener: PocFloorControlEventListener,     @Nullable sessionId: String)

Call this method to register for events related to VoIP sessions

Parameters

incomingSessionsListener

IncomingSessionsListener incoming sessions events

stateListener

SessionStateListener session state events

sessionParticipantEventListener

SessionParticipantEventListener participant state events

pocFloorControlEventListener
sessionId

if not null, session state and participant state and poc floor events will be received for specific session identifier, otherwise will received events for all sessions