CallInfo interface 
Information about a Call.
- Extends
Properties
| group | Get the group Id of the call if you joined the call using the CallAgent.join(groupLocator: GroupLocator) API. | 
| room | Get the Room Id of the call if you joined the call using the CallAgent.join(roomLocator: RoomLocator) API. | 
Inherited Properties
| call | Get the Call type of the call | 
| context | Get the additional information context needed to get more details about the call | 
| direction | Get the Call direction of the call Outgoing or Incoming | 
| initiator | Get the initiator type of the call | 
| participant | Get the local participant Id | 
| target | Get the initiator target type of the call | 
| thread | Get the teams meeting threadId id. | 
Inherited Methods
| get | Get the server call ID. | 
Property Details
		groupId
	 
	Get the group Id of the call if you joined the call using the CallAgent.join(groupLocator: GroupLocator) API.
groupId: undefined | stringProperty Value
undefined | string
		roomId
	 
	Note
This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Get the Room Id of the call if you joined the call using the CallAgent.join(roomLocator: RoomLocator) API.
roomId: undefined | stringProperty Value
undefined | string
Inherited Property Details
		callScenario
	 
	Note
This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Get the Call type of the call
callScenario?: CallInformationScenarioProperty Value
Inherited From CallInfoCommon.callScenario
context
Note
This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Get the additional information context needed to get more details about the call
context?: CallInformationContextProperty Value
Inherited From CallInfoCommon.context
direction
Note
This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Get the Call direction of the call Outgoing or Incoming
direction?: CallDirectionProperty Value
Inherited From CallInfoCommon.direction
		initiatorKind
	 
	Note
This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Get the initiator type of the call
initiatorKind?: CallInformationIdentifierKindProperty Value
Inherited From CallInfoCommon.initiatorKind
		participantId
	 
	Get the local participant Id
participantId: stringProperty Value
string
Inherited From CallInfoCommon.participantId
		targetKind
	 
	Note
This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Get the initiator target type of the call
targetKind?: stringProperty Value
string
Inherited From CallInfoCommon.targetKind
		threadId
	 
	Get the teams meeting threadId id.
threadId: undefined | stringProperty Value
undefined | string
Inherited From CallInfoCommon.threadId
Inherited Method Details
		getServerCallId()
	   
	Get the server call ID.
function getServerCallId(): Promise<string>Returns
Promise<string>
Inherited From CallInfoCommon.getServerCallId