Skip to content

Commit 02cf524

Browse files
authored
Merge pull request #21 from tcncloud/addConferenceOption
add to transfer kind enum
2 parents 0fe3518 + 22c4b34 commit 02cf524

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tcnapi/exile/gate/v2/public.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,6 +1211,7 @@ message TransferRequest {
12111211
enum Kind {
12121212
KIND_COLD = 0;
12131213
WARM = 1;
1214+
CONFERENCE = 2;
12141215
}
12151216
enum Action {
12161217
ACTION_START = 0;

0 commit comments

Comments
 (0)