mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-25 19:22:46 +08:00
alter rtc timeout
This commit is contained in:
parent
5965dcd029
commit
16641f0494
@ -129,6 +129,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