We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 732010c commit 4947f01Copy full SHA for 4947f01
src/models/call-event.model.ts
@@ -1,5 +1,11 @@
1
import { CallDirection } from "./";
2
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
+ */
9
export enum CallParticipantType {
10
LOCAL = "local",
11
REMOTE = "remote",
0 commit comments