Skip to content

Commit 4947f01

Browse files
author
Marcel Wagner
committed
Add comment for participant type enum
1 parent 732010c commit 4947f01

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/models/call-event.model.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
import { CallDirection } from "./";
22

3+
/**
4+
* The type of the call participant.
5+
* The remote party is the party that is not the user.
6+
* Unless you really need the local party,
7+
* you should use the remote party since it also contains the correct phone number of the call.
8+
*/
39
export enum CallParticipantType {
410
LOCAL = "local",
511
REMOTE = "remote",

0 commit comments

Comments
 (0)