Skip to content

Commit 1ccfa64

Browse files
authored
CUST-4527 added 'unknown' as a conferencing provider (#287)
# License <!-- Your PR comment must contain the following line for us to merge the PR. --> I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.
1 parent 98b171b commit 1ccfa64

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/kotlin/com/nylas/models/ConferencingProvider.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@ enum class ConferencingProvider {
2323

2424
@Json(name = "skypeForConsumer")
2525
SKYPE_FOR_CONSUMER,
26+
27+
@Json(name = "unknown")
28+
UNKNOWN,
2629
}

0 commit comments

Comments
 (0)