SipServiceEventHooks extension

on

Methods

onCallAccepted(void cb(TelephoneCall call)) StreamSubscription<TelephoneCallUpdated>

Available on SipService, provided by the SipServiceEventHooks extension

onCallConfirmed(void cb(TelephoneCall call)) StreamSubscription<TelephoneCallUpdated>

Available on SipService, provided by the SipServiceEventHooks extension

onCallConnecting(void cb(TelephoneCall call)) StreamSubscription<TelephoneCallUpdated>

Available on SipService, provided by the SipServiceEventHooks extension

onCallEnded(void cb(TelephoneCall call)) StreamSubscription<TelephoneCallUpdated>

Available on SipService, provided by the SipServiceEventHooks extension

onCallFailed(void cb(TelephoneCall call)) StreamSubscription<TelephoneCallUpdated>

Available on SipService, provided by the SipServiceEventHooks extension

onCallHold(void cb(TelephoneCall call)) StreamSubscription<TelephoneCallUpdated>

Available on SipService, provided by the SipServiceEventHooks extension

onCallInitiated(void cb(TelephoneCall call)) StreamSubscription<TelephoneCallUpdated>

Available on SipService, provided by the SipServiceEventHooks extension

onCallMuted(void cb(TelephoneCall call)) StreamSubscription<TelephoneCallUpdated>

Available on SipService, provided by the SipServiceEventHooks extension

onCallProgress(void cb(TelephoneCall call)) StreamSubscription<TelephoneCallUpdated>

Available on SipService, provided by the SipServiceEventHooks extension

onCallRefer(void cb(TelephoneCall call)) StreamSubscription<TelephoneCallUpdated>

Available on SipService, provided by the SipServiceEventHooks extension

onCallStateChanged(void cb(TelephoneCall call)) StreamSubscription<TelephoneCallUpdated>

Available on SipService, provided by the SipServiceEventHooks extension

onCallStream(void cb(TelephoneCall call)) StreamSubscription<TelephoneCallUpdated>

Available on SipService, provided by the SipServiceEventHooks extension

onCallUnhold(void cb(TelephoneCall call)) StreamSubscription<TelephoneCallUpdated>

Available on SipService, provided by the SipServiceEventHooks extension

onCallUnmuted(void cb(TelephoneCall call)) StreamSubscription<TelephoneCallUpdated>

Available on SipService, provided by the SipServiceEventHooks extension

onInboundCallAccepted(void cb(InboundCall call)) StreamSubscription<InboundCall>

Available on SipService, provided by the SipServiceEventHooks extension

onInboundCallConfirmed(void cb(InboundCall call)) StreamSubscription<InboundCall>

Available on SipService, provided by the SipServiceEventHooks extension

onInboundCallInitiated(void cb(InboundCall call)) StreamSubscription<InboundCall>

Available on SipService, provided by the SipServiceEventHooks extension

onOutboundCallAccepted(void cb(OutboundCall call)) StreamSubscription<OutboundCall>

Available on SipService, provided by the SipServiceEventHooks extension

onOutboundCallConfirmed(void cb(OutboundCall call)) StreamSubscription<OutboundCall>

Available on SipService, provided by the SipServiceEventHooks extension

onOutboundCallInitiated(void cb(OutboundCall call)) StreamSubscription<OutboundCall>

Available on SipService, provided by the SipServiceEventHooks extension

onRegistered(void cb(RegistrationState state)) StreamSubscription<RegistrationState>

Available on SipService, provided by the SipServiceEventHooks extension

onRegistrationFailed(void cb(RegistrationState state)) StreamSubscription<RegistrationState>

Available on SipService, provided by the SipServiceEventHooks extension

onRegistrationStateChanged(void cb(RegistrationState state)) StreamSubscription<RegistrationState>

Available on SipService, provided by the SipServiceEventHooks extension

onTransportConnected(void cb(TransportState state)) StreamSubscription<TransportState>

Available on SipService, provided by the SipServiceEventHooks extension

onTransportConnecting(void cb(TransportState state)) StreamSubscription<TransportState>

Available on SipService, provided by the SipServiceEventHooks extension

onTransportDisconnected(void cb(TransportState state)) StreamSubscription<TransportState>

Available on SipService, provided by the SipServiceEventHooks extension

onTransportStateChanged(void cb(TransportState state)) StreamSubscription<TransportState>

Available on SipService, provided by the SipServiceEventHooks extension

onUnregistered(void cb(RegistrationState state)) StreamSubscription<RegistrationState>

Available on SipService, provided by the SipServiceEventHooks extension