CallInfoCommon interface  
CallInfo common interface.
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. | 
Methods
| get | Get the server call ID. | 
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
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
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
		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
		participantId
	 
	Get the local participant Id
participantId: stringProperty Value
string
		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
		threadId
	 
	Get the teams meeting threadId id.
threadId: undefined | stringProperty Value
undefined | string
Method Details
		getServerCallId()
	   
	Get the server call ID.
function getServerCallId(): Promise<string>Returns
Promise<string>