2022-02-15 20:30:52 +00:00
|
|
|
export enum LocationType {
|
|
|
|
InPerson = "inPerson",
|
|
|
|
Phone = "phone",
|
2022-03-13 15:56:56 +00:00
|
|
|
Link = "link",
|
2022-02-15 20:30:52 +00:00
|
|
|
GoogleMeet = "integrations:google:meet",
|
|
|
|
Zoom = "integrations:zoom",
|
|
|
|
Daily = "integrations:daily",
|
|
|
|
Jitsi = "integrations:jitsi",
|
|
|
|
Huddle01 = "integrations:huddle01",
|
|
|
|
Tandem = "integrations:tandem",
|
|
|
|
}
|