Skip to content

Commit b6c72ee

Browse files
authored
Merge pull request openimsdk#156 from icey-yu/platform
feat: platform class
2 parents 9b12a62 + 50931a4 commit b6c72ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

constant/constant.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ const (
150150
WebAndOther = 3
151151
// The PC side is mutually exclusive, and the mobile side is mutually exclusive, but the web side can be online at
152152
// the same time.
153-
PcMobileAndWeb = 4
153+
AllLoginButSameClassKick = 4
154154
// The PC terminal can be online at the same time,but other terminal only one of the endpoints can login.
155155
PCAndOther = 5
156156
// Customize login policy

0 commit comments

Comments
 (0)