Skip to content

Commit

Permalink
features.min_corp_ios_version and features.min_corp_android_version
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfsdhgjkbmnmxc committed Jun 19, 2021
1 parent e296945 commit 13e0094
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v1.33.4
- features.min_corp_ios_version and features.min_corp_android_version

v1.33.3
- remove deprecated ServerCallOffer and ClientCallAnswer
- mark ServerCallAnswer as deprecated (left for backward compatibility)

v1.33.2
- add comments to *.call.sdp events
- extract JSEP struct to file from server_call_answer.go

v1.33.1
- tdapi.Draft
- gentime for draft renamed to draft_gentime
Expand Down
6 changes: 6 additions & 0 deletions features.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ type Features struct {
// Minimal android application version required for this server. Used for breaking changes
MinAndroidVersion string `json:"min_android_version"`

// Minimal iOS corp application version required for this server. Used for breaking changes
MinCorpIOSVersion string `json:"min_corp_ios_version"`

// Minimal android corp application version required for this server. Used for breaking changes
MinCorpAndroidVersion string `json:"min_corp_android_version"`

// Free registration allowed
FreeRegistration bool `json:"free_registration"`

Expand Down

0 comments on commit 13e0094

Please sign in to comment.