TeamsMeetingAudioConferencingCallFeature interface

TeamsMeetingAudioConferencing call feature.

Extends

Inherited Properties

name

The feature name.

Methods

getTeamsMeetingAudioConferencingDetails()

Retrieves the Teams meeting audio conferencing details

Inherited Methods

dispose()

Inherited Property Details

name

The feature name.

name: string

Property Value

string

Inherited From CallFeature.name

Method Details

getTeamsMeetingAudioConferencingDetails()

Retrieves the Teams meeting audio conferencing details

function getTeamsMeetingAudioConferencingDetails(): Promise<TeamsMeetingAudioConferencingDetails>

Returns

A Promise containing the Teams Meeting audio conferencing information

Inherited Method Details

dispose()

function dispose()

Inherited From CallFeature.dispose