Skip to content

Commit

Permalink
Add support for skypeForConsumer as conferencing provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Subash Pradhan committed Nov 29, 2024
1 parent 2dd721f commit b674c55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/kotlin/com/nylas/models/ConferencingProvider.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ enum class ConferencingProvider {

@Json(name = "GoToMeeting")
GOTOMEETING,

@Json(name = "skypeForConsumer")
SKYPE_FOR_CONSUMER,
}

0 comments on commit b674c55

Please sign in to comment.