CallInfoState interface
State to track the types <xref:CallInfo> and <xref:TeamsCallInfo>
Properties
| group |
GroupId of the call that you joined |
| kind | Differentiator between the Call and TeamsCall types |
| participant |
participant id of the local user |
| thread |
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