Skip to content

Commit

Permalink
chore: removed empty links
Browse files Browse the repository at this point in the history
  • Loading branch information
farhat-ha committed Oct 16, 2024
1 parent 2550524 commit e752d0c
Show file tree
Hide file tree
Showing 6 changed files with 86 additions and 87 deletions.
50 changes: 25 additions & 25 deletions packages/js/docs/ts/classes/Call.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ call.muteAudio();

## Properties

### <a id="direction" name="direction"></a> direction
### direction

**direction**: `Direction`

Expand All @@ -99,7 +99,7 @@ BaseCall.direction

___

### <a id="id" name="id"></a> id
### id

**id**: `string` = `''`

Expand All @@ -111,7 +111,7 @@ BaseCall.id

___

### <a id="prevstate" name="prevstate"></a> prevState
### prevState

**prevState**: `string` = `''`

Expand All @@ -124,7 +124,7 @@ BaseCall.prevState

___

### <a id="state" name="state"></a> state
### state

**state**: `string`

Expand All @@ -151,7 +151,7 @@ BaseCall.state

## Accessors

### <a id="localstream" name="localstream"></a> localStream
### localStream

`get` **localStream**(): `MediaStream`

Expand All @@ -176,7 +176,7 @@ BaseCall.localStream

___

### <a id="remotestream" name="remotestream"></a> remoteStream
### remoteStream

`get` **remoteStream**(): `MediaStream`

Expand All @@ -201,7 +201,7 @@ BaseCall.remoteStream

___

### <a id="telnyxids" name="telnyxids"></a> telnyxIDs
### telnyxIDs

`get` **telnyxIDs**(): `Object`

Expand Down Expand Up @@ -230,7 +230,7 @@ BaseCall.telnyxIDs

## Methods

### <a id="answer" name="answer"></a> answer
### answer

**answer**(`params?`): `Promise`\<`void`\>

Expand Down Expand Up @@ -258,7 +258,7 @@ BaseCall.answer

___

### <a id="deaf" name="deaf"></a> deaf
### deaf

**deaf**(): `void`

Expand All @@ -280,7 +280,7 @@ BaseCall.deaf

___

### <a id="dtmf" name="dtmf"></a> dtmf
### dtmf

**dtmf**(`dtmf`): `void`

Expand Down Expand Up @@ -311,7 +311,7 @@ BaseCall.dtmf

___

### <a id="getstats" name="getstats"></a> getStats
### getStats

**getStats**(`callback`, `constraints`): `void`

Expand All @@ -334,7 +334,7 @@ BaseCall.getStats

___

### <a id="hold" name="hold"></a> hold
### hold

**hold**(): `Promise`\<`any`\>

Expand Down Expand Up @@ -369,7 +369,7 @@ BaseCall.hold

___

### <a id="muteaudio" name="muteaudio"></a> muteAudio
### muteAudio

**muteAudio**(): `void`

Expand All @@ -392,7 +392,7 @@ BaseCall.muteAudio

___

### <a id="mutevideo" name="mutevideo"></a> muteVideo
### muteVideo

**muteVideo**(): `void`

Expand All @@ -415,7 +415,7 @@ BaseCall.muteVideo

___

### <a id="setaudioindevice" name="setaudioindevice"></a> setAudioInDevice
### setAudioInDevice

**setAudioInDevice**(`deviceId`): `Promise`\<`void`\>

Expand Down Expand Up @@ -465,7 +465,7 @@ BaseCall.setAudioInDevice

___

### <a id="setaudiooutdevice" name="setaudiooutdevice"></a> setAudioOutDevice
### setAudioOutDevice

**setAudioOutDevice**(`deviceId`): `Promise`\<`boolean`\>

Expand Down Expand Up @@ -511,7 +511,7 @@ if (result.length) {

___

### <a id="setvideodevice" name="setvideodevice"></a> setVideoDevice
### setVideoDevice

**setVideoDevice**(`deviceId`): `Promise`\<`void`\>

Expand Down Expand Up @@ -561,7 +561,7 @@ BaseCall.setVideoDevice

___

### <a id="toggleaudiomute" name="toggleaudiomute"></a> toggleAudioMute
### toggleAudioMute

**toggleAudioMute**(): `void`

Expand All @@ -583,7 +583,7 @@ BaseCall.toggleAudioMute

___

### <a id="toggledeaf" name="toggledeaf"></a> toggleDeaf
### toggleDeaf

**toggleDeaf**(): `void`

Expand All @@ -605,7 +605,7 @@ BaseCall.toggleDeaf

___

### <a id="togglehold" name="togglehold"></a> toggleHold
### toggleHold

**toggleHold**(): `Promise`\<`any`\>

Expand Down Expand Up @@ -635,7 +635,7 @@ BaseCall.toggleHold

___

### <a id="togglevideomute" name="togglevideomute"></a> toggleVideoMute
### toggleVideoMute

**toggleVideoMute**(): `void`

Expand All @@ -657,7 +657,7 @@ BaseCall.toggleVideoMute

___

### <a id="undeaf" name="undeaf"></a> undeaf
### undeaf

**undeaf**(): `void`

Expand All @@ -679,7 +679,7 @@ BaseCall.undeaf

___

### <a id="unhold" name="unhold"></a> unhold
### unhold

**unhold**(): `Promise`\<`any`\>

Expand Down Expand Up @@ -714,7 +714,7 @@ BaseCall.unhold

___

### <a id="unmuteaudio" name="unmuteaudio"></a> unmuteAudio
### unmuteAudio

**unmuteAudio**(): `void`

Expand All @@ -737,7 +737,7 @@ BaseCall.unmuteAudio

___

### <a id="unmutevideo" name="unmutevideo"></a> unmuteVideo
### unmuteVideo

**unmuteVideo**(): `void`

Expand Down
Loading

0 comments on commit e752d0c

Please sign in to comment.