Class TeamsCall
- Object
-
- CommonCall
-
- TeamsCall
-
public final class TeamsCall extends CommonCall
Describes a teams call
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TeamsCallInfo
getCallInfo()
Information about the teams call-
Methods inherited from class CommonCall
addOnIdChangedListener, addOnIncomingAudioStateChangedListener, addOnMutedByOthersListener, addOnOutgoingAudioStateChangedListener, addOnRemoteParticipantsUpdatedListener, addOnRoleChangedListener, addOnStartTimeUpdatedListener, addOnStateChangedListener, addOnTotalParticipantCountChangedListener, feature, finalize, getActiveIncomingAudioStream, getActiveOutgoingAudioStream, getCallEndReason, getCallerInfo, getCallLobby, getCallParticipantRole, getDirection, getId, getLiveOutgoingAudioFilters, getOutgoingVideoStreams, getRemoteParticipants, getStartTime, getState, getTotalParticipantCount, getType, hangUp, hangUp, hold, isIncomingAudioMuted, isOutgoingAudioMuted, mute, muteAllRemoteParticipants, muteIncomingAudio, muteOutgoingAudio, removeOnIdChangedListener, removeOnIncomingAudioStateChangedListener, removeOnMutedByOthersListener, removeOnOutgoingAudioStateChangedListener, removeOnRemoteParticipantsUpdatedListener, removeOnRoleChangedListener, removeOnStartTimeUpdatedListener, removeOnStateChangedListener, removeOnTotalParticipantCountChangedListener, removeParticipant, resume, sendDtmf, setTelecomManagerAudioRoute, setVideoConstraints, startAudio, startVideo, stopAudio, stopVideo, unmute, unmuteIncomingAudio, unmuteOutgoingAudio
-
-
-
-
Method Detail
-
getCallInfo
public TeamsCallInfo getCallInfo()
Information about the teams call
-
-