mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-08-10 13:09:51 +08:00
pb
This commit is contained in:
parent
0c417d3471
commit
acfdb90b6e
@ -1,4 +1,5 @@
|
|||||||
syntax = "proto3";
|
syntax = "proto3";
|
||||||
|
import "Open-IM-Server/pkg/proto/sdkws/ws.proto";
|
||||||
option go_package = "OpenIM/pkg/proto/third;third";
|
option go_package = "OpenIM/pkg/proto/third;third";
|
||||||
package third;
|
package third;
|
||||||
|
|
||||||
@ -26,8 +27,18 @@ message ConfirmSpaceResp {
|
|||||||
string confirmID = 1;
|
string confirmID = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
message GetRTCInvitationInfoReq {
|
||||||
|
string ClientMsgID = 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
message GetRTCInvitationInfoResp {
|
||||||
|
sdkws.InvitationInfo invitationInfo = 1;
|
||||||
|
sdkws.OfflinePushInfo offlinePushInfo = 2;
|
||||||
|
}
|
||||||
|
|
||||||
service third {
|
service third {
|
||||||
rpc ApplySpaceReq(ApplySpaceReq) returns(ApplySpaceResp);
|
rpc ApplySpace(ApplySpaceReq) returns(ApplySpaceResp);
|
||||||
|
rpc GetRTCInvitationInfo()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user