Share via


CallInfoState interface

State to track the types <xref:CallInfo> and <xref:TeamsCallInfo>

Properties

groupId

GroupId of the call that you joined

kind

Differentiator between the Call and TeamsCall types

participantId

participant id of the local user

threadId

The teams meeting thread id

Property Details

groupId

GroupId of the call that you joined

groupId?: string

Property Value

string

kind

Differentiator between the Call and TeamsCall types

kind: IncomingCallKind

Property Value

participantId

participant id of the local user

participantId: string

Property Value

string

threadId

The teams meeting thread id

threadId?: string

Property Value

string