chore: release 1.0.5
This commit is contained in:
12
src/types/libOpenIMSDK.d.ts
vendored
12
src/types/libOpenIMSDK.d.ts
vendored
@@ -526,6 +526,12 @@ declare module 'libOpenIMSDK' {
|
||||
cGroupMemberInfo: string
|
||||
): void;
|
||||
get_joined_group_list(cCallback: CB_S_I_S_S, operationID: string): void;
|
||||
get_joined_group_list_page(
|
||||
cCallback: CB_S_I_S_S,
|
||||
operationID: string,
|
||||
offset: number,
|
||||
count: number
|
||||
): void;
|
||||
get_specified_groups_info(
|
||||
cCallback: CB_S_I_S_S,
|
||||
operationID: string,
|
||||
@@ -647,6 +653,12 @@ declare module 'libOpenIMSDK' {
|
||||
operationID: string,
|
||||
cGroupID: string
|
||||
): void;
|
||||
get_users_in_group(
|
||||
cCallback: CB_S_I_S_S,
|
||||
operationID: string,
|
||||
cGroupID: string,
|
||||
userIDList: string
|
||||
): void;
|
||||
signaling_invite_in_group(
|
||||
cCallback: CB_S_I_S_S,
|
||||
operationID: string,
|
||||
|
||||
Reference in New Issue
Block a user