Conference
Example
val properties = ConferenceIncomingCallAnsweredProperties(
acceptedDuration = acceptedDuration
)
bird.tracker.conference.incomingCallAnswered(properties)let properties = ConferenceIncomingCallAnsweredProperties(
acceptedDuration: acceptedDuration
)
bird.tracker.conference.incomingCallAnswered(properties)const properties: ConferenceIncomingCallAnsweredProperties = {
accepted_duration: accepted_duration
};
Bird.tracker.conference.incomingCallAnswered(properties, event_opts);Methods
incomingCallAnswered()
val properties = ConferenceIncomingCallAnsweredProperties(
acceptedDuration = acceptedDuration
)
bird.tracker.conference.incomingCallAnswered(properties)let properties = ConferenceIncomingCallAnsweredProperties(
acceptedDuration: acceptedDuration
)
bird.tracker.conference.incomingCallAnswered(properties)const properties: ConferenceIncomingCallAnsweredProperties = {
accepted_duration: accepted_duration
};
Bird.tracker.conference.incomingCallAnswered(properties, event_opts);ConferenceIncomingCallAnsweredProperties
Property
Type
incomingCallUnanswered()
ConferenceIncomingCallUnansweredProperties
Property
Type
outgoingCallAnswered()
ConferenceOutgoingCallAnsweredProperties
Property
Type
outgoingCallUnanswered()
ConferenceOutgoingCallUnansweredProperties
Property
Type
incomingCallVoicemail()
ConferenceIncomingCallVoicemailProperties
Property
Type
Last updated
Was this helpful?

