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; }
Represents the Leg of a Voice Call