Conference
ConferenceTracker
Defines the tracker class for the conference semantic package
Example
To track an event using the conference package, you can use the corresponding method on the tracker instance:
Extends
Tracker
Methods
incomingCallAnswered()
Parameters
• props?: ConferenceIncomingCallAnsweredProperties
• opts?: BirdEventTrackingOptions
Returns
void
incomingCallUnanswered()
Parameters
• props?: ConferenceIncomingCallUnansweredProperties
• opts?: BirdEventTrackingOptions
Returns
void
incomingCallVoicemail()
Parameters
• props?: ConferenceIncomingCallVoicemailProperties
• opts?: BirdEventTrackingOptions
Returns
void
outgoingCallAnswered()
Parameters
• props?: ConferenceOutgoingCallAnsweredProperties
• opts?: BirdEventTrackingOptions
Returns
void
outgoingCallUnanswered()
Parameters
• props?: ConferenceOutgoingCallUnansweredProperties
• opts?: BirdEventTrackingOptions
Returns
void
ConferenceIncomingCallAnsweredProperties
Properties for conference/incoming-call-answered event
Indexable
[k
: string
]: unknown
Properties
Property | Type |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ConferenceIncomingCallUnansweredProperties
Properties for conference/incoming-call-unanswered event
Indexable
[k
: string
]: unknown
Properties
Property | Type |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ConferenceIncomingCallVoicemailProperties
Properties for conference/incoming-call-voicemail event
Indexable
[k
: string
]: unknown
Properties
Property | Type |
---|---|
|
|
|
|
|
|
|
|
ConferenceOutgoingCallAnsweredProperties
Properties for conference/outgoing-call-answered event
Indexable
[k
: string
]: unknown
Properties
Property | Type |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ConferenceOutgoingCallUnansweredProperties
Properties for conference/outgoing-call-unanswered event
Indexable
[k
: string
]: unknown
Properties
Property | Type |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Last updated