@vonage/client-sdk - v2.7.0
Preparing search index...
Leg
Interface Leg
Represents the Leg of a Voice Call
interface
Leg
{
get
conversationId
()
:
string
;
get
direction
()
:
string
;
get
endTime
()
:
string
;
get
from
()
:
LegChannelJS
;
get
id
()
:
string
;
get
mediaState
()
:
Nullable
<
MediaStateJS
>
;
get
startTime
()
:
string
;
get
status
()
:
string
;
get
to
()
:
LegChannelJS
;
get
type
()
:
string
;
}
Index
Accessors
conversation
Id
direction
end
Time
from
id
media
State
start
Time
status
to
type
Accessors
conversation
Id
get
conversationId
()
:
string
Returns
string
direction
get
direction
()
:
string
Returns
string
end
Time
get
endTime
()
:
string
Returns
string
from
get
from
()
:
LegChannelJS
Returns
LegChannelJS
id
get
id
()
:
string
Returns
string
media
State
get
mediaState
()
:
Nullable
<
MediaStateJS
>
Returns
Nullable
<
MediaStateJS
>
start
Time
get
startTime
()
:
string
Returns
string
status
get
status
()
:
string
Returns
string
to
get
to
()
:
LegChannelJS
Returns
LegChannelJS
type
get
type
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Accessors
conversation
Id
direction
end
Time
from
id
media
State
start
Time
status
to
type
@vonage/client-sdk - v2.7.0
Loading...
Represents the Leg of a Voice Call