Home Manual Reference Source
public class | source

InCallModal

Extends:

* → InCallModal

InCallModal

Constructor Summary

Public Constructor
public

constructor(args: args)

Method Summary

Public Methods
public
public
public

Clicks on right hand panel X button

public
public

async endCall()

End the current call

public
public

Get the tooltip text by hovering over the presentation button.

public

Gets recording button tool tip text by hovering on the button

public

Returns whether the call is recorded or not

public

Checks if receiving presentation

public

Checks if sending presentation

public
public
public
public
public
public
public
public
public
public
public
public
public
public

Clicks on incall add participant panel if the view is not open

public
public

async viewCallDetails()

Clicks on in call call info button if the panel is not opened

public
public

Clicks on incall participants list button if the view is not open

public

Public Constructors

public constructor(args: args) source

Params:

NameTypeAttributeDescription
args args

Args from controller

Public Methods

public addParticipantPanelContainer(): * source

Return:

*

public callDetailsContanier(): * source

Return:

*

public async closeRightHandPanel() source

Clicks on right hand panel X button

public closeRightHandPanelButton(): * source

Return:

*

public async endCall() source

End the current call

public endCallButton(): * source

Return:

*

public async getPresentationTooltipText(): String source

Get the tooltip text by hovering over the presentation button. Checks to see if you are presenting or not to determine the correct selector

Return:

String

Text of tooltip

public async getRecordingTooltipText(): String source

Gets recording button tool tip text by hovering on the button

Return:

String

recording button tool tip text

public async isCallRecorded(): Boolean source

Returns whether the call is recorded or not

Return:

Boolean

all recording state

public async isReceivingPresentation(): Boolean source

Checks if receiving presentation

Return:

Boolean

true if receiving, false if not

public async isSendingPresentation(): Boolean source

Checks if sending presentation

Return:

Boolean

true if sending, false if not

public loadingHeader(): * source

Return:

*

public muteMicButton(): * source

Return:

*

public muteVideoButton(): * source

Return:

*

public participantsListContainer(): * source

Return:

*

public presentationPip(): * source

Return:

*

public primaryVideo(): * source

Return:

*

public secondaryVideo(): * source

Return:

*

public startPresentationButton(): * source

Return:

*

public startRecordingButton(): * source

Return:

*

public stopPresentationButton(): * source

Return:

*

public stopRecordingButton(): * source

Return:

*

public turtleArrow(): * source

Return:

*

public videoFooterPip(): * source

Return:

*

public async viewAddParticipantPanel() source

Clicks on incall add participant panel if the view is not open

public viewAddParticipantPanelButton(): * source

Return:

*

public async viewCallDetails() source

Clicks on in call call info button if the panel is not opened

public viewCallDetailsPanelButton(): * source

Return:

*

public async viewParticipantsList() source

Clicks on incall participants list button if the view is not open

public viewParticipantsListPanelButton(): * source

Return:

*