mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
alter rtc timeout
This commit is contained in:
parent
f7ab01be27
commit
a62d5b3897
@ -116,6 +116,7 @@ func (s *organizationServer) CreateDepartment(ctx context.Context, req *rpc.Crea
|
|||||||
},
|
},
|
||||||
OperationID: req.OperationID,
|
OperationID: req.OperationID,
|
||||||
OpUserID: req.OpUserID,
|
OpUserID: req.OpUserID,
|
||||||
|
OwnerUserID: req.OpUserID,
|
||||||
}
|
}
|
||||||
createGroupResp, err := client.CreateGroup(context.Background(), createGroupReq)
|
createGroupResp, err := client.CreateGroup(context.Background(), createGroupReq)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user