Skip to content

Commit

Permalink
Update property comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MSJohnnyLee committed Aug 30, 2024
1 parent f0f43d7 commit 964ed7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/teams-js/src/public/meeting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,13 @@ export namespace meeting {
export interface ICallDetails extends IMeetingOrCallDetailsBase<CallType> {
/**
* @hidden
* Phone number of a PSTN caller or email of a VoIP caller
* originalCaller object
*/
originalCaller?: ICallParticipantIdentifiers;

/**
* @hidden
* Phone number of a PSTN callee or email of a VoIP callee
* dialedEntity object
*/
dialedEntity?: never;

Expand Down

0 comments on commit 964ed7a

Please sign in to comment.